clear-session   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/runtime/llvmti.xtm

Implementation

(define-macro clear-session
  (lambda ()
    (set! *impc:ti:polyfunc-cache* '())))


Back to Index