X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fcross-type.lisp;h=730a764e026ee36ccdf674109fa4c3966af8993d;hb=edf8d3701ba59bd9f0c1bd027f3179b98250cfd0;hp=fee5884319eac9e76fecc71c62d2ef10787df61c;hpb=804a4f391c8dce7d39a5339d87895b069d87554a;p=sbcl.git diff --git a/src/code/cross-type.lisp b/src/code/cross-type.lisp index fee5884..730a764 100644 --- a/src/code/cross-type.lisp +++ b/src/code/cross-type.lisp @@ -356,7 +356,7 @@ ;; call TYPE=, that in turn may call CTYPEP). Until then, pick a few ;; cherries off. (cond ((member-type-p ctype) - (if (member obj (member-type-members ctype)) + (if (member-type-member-p obj ctype) (values t t) (values nil t))) ((union-type-p ctype)