Closed mrmagooey closed 8 years ago
Evaluating the following bind-func where the type signature and the lambda types conflict gives the following error.
bind-func
(bind-func test:[i1,i1,i1]* (lambda (a:i64 b:i64) a)) >> Type Error got NIL, was expecting NIL
closed in 9f9a518
Evaluating the following
bind-func
where the type signature and the lambda types conflict gives the following error.