Make FUNCTION and FLOAT available in TYPECASE.
[jscl.git] / src / boot.lisp
index 4335d4c..1076113 100644 (file)
                                     (integer 'integerp)
                                     (cons 'consp)
                                     (symbol 'symbolp)
+                                    (function 'functionp)
+                                    (float 'floatp)
                                     (array 'arrayp)
                                     (string 'stringp)
                                     (atom 'atom)