impc:ti:get-closure-or-nativefunc-docstring   scheme


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

Implementation

(define impc:ti:get-closure-or-nativefunc-docstring
  (lambda (closure-or-nativefunc-name)
    (or (impc:ti:get-closure-docstring closure-or-nativefunc-name)
        (impc:ti:get-nativefunc-docstring closure-or-nativefunc-name))))


Back to Index