impc:ir:number?   scheme


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

Implementation

(define impc:ir:number?
  (lambda (type)
    (or (impc:ir:floating-point? type)
        (impc:ir:fixed-point? type))))


Back to Index

Similar Entries