istrue   scheme


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/pattern.xtm

Implementation

(define istrue
  (lambda (x) (equal? x #t)))


Back to Index