Skip to content
Snippets Groups Projects
Commit 403fffd9 authored by ram's avatar ram
Browse files

Recognize T as a named-type in TYPEP..

parent efcd01e9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.28.1.3 1993/02/04 22:36:28 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.28.1.4 1993/02/08 22:24:32 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
(etypecase type (etypecase type
(named-type (named-type
(ecase (named-type-name type) (ecase (named-type-name type)
(* t) ((* t) t)
((nil) nil))) ((nil) nil)))
(numeric-type (numeric-type
(and (numberp object) (and (numberp object)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment