X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Ftypetran.lisp;h=228bce0b03bad4f1b09ef9d846e37c1b404503f6;hb=ed7ba4dad8a79726fdfeba5aa12e276ea852c540;hp=03b4c0b5f6e95b6dcc63880c2ebd016979e7d712;hpb=09957fcf57b49ed5ae5f05d62ad12d7ddbfd8e1d;p=sbcl.git diff --git a/src/compiler/typetran.lisp b/src/compiler/typetran.lisp index 03b4c0b..228bce0 100644 --- a/src/compiler/typetran.lisp +++ b/src/compiler/typetran.lisp @@ -271,8 +271,8 @@ (satisfies `(if (funcall #',(second spec) ,object) t nil)) ((not and) (once-only ((n-obj object)) - `(,(first spec) ,@(mapcar #'(lambda (x) - `(typep ,n-obj ',x)) + `(,(first spec) ,@(mapcar (lambda (x) + `(typep ,n-obj ',x)) (rest spec)))))))))) ;;; Do source transformation for TYPEP of a known union type. If a