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