impc:ti:nativef-generics-check-args   scheme


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

Implementation

;; type inferencing for generic functions arguments
(define impc:ti:nativef-generics-check-args
  (lambda (ast gpoly-type vars kts request?)
    ;; (println 'generic-check-args 'ast: ast 'vars: vars)
    ;; (println '____ast: ast)
    ;; (println 'generic-type: gpoly-type)


Back to Index