tteither   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/algebraic_data_types.xtm

Implementation

(bind-func tteither
  (lambda ()
    (let ((res (testeither #f)))
      (Right$ res (x) (println x) (println "wrong"))
      void)))


Back to Index