impc:ti:get-polyfunc-candidate-pretty-types   scheme


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

Implementation

(define impc:ti:get-polyfunc-candidate-pretty-types
  (lambda (polyfunc-name)
    (let ((types (impc:ti:get-polyfunc-candidate-types polyfunc-name)))
      (and types (map impc:ir:pretty-print-type types)))))


Back to Index