Next: built-in procedures parameter, Previous: built-in procedures procedures, Up: built-in procedures [Contents][Index]
<thunk>
object–typeType of procedures accepting no arguments. The definition of this type is equivalent to:
(define-type <thunk> (lambda () => <list>))