0.9.16.30:
[sbcl.git] / src / code / late-deftypes-for-target.lisp
1 (in-package "SB!KERNEL")
2
3 (sb!xc:deftype compiled-function ()
4   '(and function #!+sb-eval (not sb!eval:interpreted-function)))