impc:ti:expand-generic-types   scheme


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

Implementation

(define impc:ti:expand-generic-types
  (lambda (types)
    (map (lambda (t)
           (cons (car t) (impc:ti:expand-generic-type (cdr t)))) types)))


Back to Index