test45   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm

Implementation

;; specialize on [i64,double]*
;;
(bind-func test45:[i64,double]*
  (lambda (a)
    (+ 1 (sqrd a))))


Back to Index