unique-func   macro


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

Implementation

(define-macro (unique-func name type)
  `(impc:ti:unique-polyfunc-candidate
    ,(symbol->string name)
    ',(impc:ir:pointer++ (impc:ir:get-type-from-pretty-str (impc:ir:get-base-type (symbol->string type))))))


Back to Index