Loading alexandria-1/types.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ of TYPE." (declaim (inline type=)) (defun type= (type1 type2) "Returns a primary value of T is TYPE1 and TYPE2 are the same type, "Returns a primary value of T if TYPE1 and TYPE2 are the same type, and a secondary value that is true is the type equality could be reliably determined: primary value of NIL and secondary value of T indicates that the types are not equivalent." Loading Loading
alexandria-1/types.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ of TYPE." (declaim (inline type=)) (defun type= (type1 type2) "Returns a primary value of T is TYPE1 and TYPE2 are the same type, "Returns a primary value of T if TYPE1 and TYPE2 are the same type, and a secondary value that is true is the type equality could be reliably determined: primary value of NIL and secondary value of T indicates that the types are not equivalent." Loading