X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftypedefs.lisp;h=6169aceafbb13bed42ab32a14ea34138c927dbd5;hb=4dbc52ee4f9a4f566701f1d33e7916e8491b918b;hp=228d6053529798665c5389050c9097e413008565;hpb=67d2b80e478824a46317419f076ab1f6b020f6b1;p=sbcl.git diff --git a/src/code/typedefs.lisp b/src/code/typedefs.lisp index 228d605..6169ace 100644 --- a/src/code/typedefs.lisp +++ b/src/code/typedefs.lisp @@ -88,7 +88,7 @@ ;; is disjoint from MEMBER-TYPE and so forth. But types which can ;; contain other types, like HAIRY-TYPE and INTERSECTION-TYPE, can ;; violate this rule. - (might-contain-other-types? nil :read-only t)) + (might-contain-other-types-p nil :read-only t)) (def!method print-object ((ctype ctype) stream) (print-unreadable-object (ctype stream :type t) (prin1 (type-specifier ctype) stream)))