impc:ti:split-namedfunc   scheme


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

Implementation

(define impc:ti:split-namedfunc
  (lambda (str)
    (if (symbol? str) (set! str (symbol->string str)))
    (regex:type-split str ":")))


Back to Index