impc:ir:compiler:void   scheme


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

Implementation

(define impc:ir:compiler:void
  (lambda (ast types)
    (impc:ir:gname "voidmark" (impc:ir:get-type-str *impc:ir:void*))
    ""))


Back to Index

Similar Entries