testinc   xtlang


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

Implementation

(bind-func testinc
  (lambda (incr:i64)
    (lambda (x:i64)
      (+ x incr))))


Back to Index