Add LIST, SEQUENCE to TYPECASE.
[jscl.git] / src / boot.lisp
index 3541b23..d233b93 100644 (file)
                          `((,(ecase (car c)
                                     (integer 'integerp)
                                     (cons 'consp)
+                                    (list 'listp)
+                                    (sequence 'sequencep)
                                     (symbol 'symbolp)
                                     (function 'functionp)
                                     (float 'floatp)