curry   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/base/prelude.xtm

Implementation

(bind-func curry:[[!r,!a]*,[!r,!a]*]* -> (lambda (r f) (t:closure-size? f 1))
  (lambda (f) f))


Back to Index

Similar Entries