impc:compiler:print-no-scheme-stub-notification   scheme


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

Implementation

(define impc:compiler:print-no-scheme-stub-notification
  (lambda (symname)
    (if #f ;;(equal? *impc:compiler:message:level* 'high)
        (begin
          (print "There is no ")
          (print-with-colors 'cyan 'default #t (print  "scheme stub"))
          (print " available for ")
          (print-with-colors *impc:compiler:pretty-print-name-color* 'default #t (print symname "\n"))))))


Back to Index