5 lines
90 B
Text
5 lines
90 B
Text
|
|
(let foo (fun () ()))
|
||
|
|
|
||
|
|
(print (type foo)) # => Function
|
||
|
|
(print (type print)) # => CProc
|