curry   xtlang


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

Implementation

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


Back to Index

Similar Entries