impc:ti:print-genericfunc-cache   scheme


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

Implementation

(define impc:ti:print-genericfunc-cache
  (lambda ()
    (println '----------------------)
    (map (lambda (x)
           (println ':> x))
         *impc:ti:genericfunc-cache*)))


Back to Index