impc:ir:scalar?   scheme


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

Implementation

(define impc:ir:scalar?
  (lambda (type)
    (not (impc:ir:pointer? type))))


Back to Index

Similar Entries