Skip to content
Snippets Groups Projects
Commit 441b93e4 authored by dtc's avatar dtc
Browse files

Add a deftype for EQL.

parent 27a0f74e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain. ;;; Carnegie Mellon University, and has been placed in the public domain.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.21 1994/10/31 04:11:27 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.22 1997/09/05 19:12:10 dtc Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -2310,6 +2310,8 @@ ...@@ -2310,6 +2310,8 @@
"Type for any keyword symbol." "Type for any keyword symbol."
'(satisfies keywordp)) '(satisfies keywordp))
(deftype eql (n) `(member ,n))
;;;; Some types that we use in defining the standard functions: ;;;; Some types that we use in defining the standard functions:
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment