0.7.13.pcl-class.9
[sbcl.git] / src / code / early-type.lisp
index bb5e8ea..43394ff 100644 (file)
            (if (typep spec 'built-in-classoid)
                (or (built-in-classoid-translation spec) spec)
                spec))
-          ;; FIXME: CL:CLASS objects are type specifiers.
           (t
            (let* (;; FIXME: This automatic promotion of FOO-style
                   ;; specs to (FOO)-style specs violates the ANSI