impc:ti:minimized-gen-type   scheme


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

Implementation

(define impc:ti:minimized-gen-type
  (lambda (type gtype)
    (impc:ti:minimize-gen-type-finalize-x
     (map (lambda (x) (string->symbol x)) (regex:match-all gtype "\\![a-zA-Z0-9_]*"))
     (impc:ti:minimize-gen-type-x (impc:ir:get-type-from-pretty-str gtype) '()
                                  (impc:ir:get-type-from-pretty-str type) '()))))


Back to Index