printer   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/tests/core/constraints.xtm

Implementation

(bind-func printer:[void,!a]* -> (lambda (r x) (my-tuple-chk x))
  (lambda (x)
    (println "->" (tref x 0) (tref x 1) (tref x 2))))


Back to Index