From 441b93e4d1f55e23dbeee79084df6512c61f4f46 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Fri, 5 Sep 1997 19:12:10 +0000 Subject: [PATCH] Add a deftype for EQL. --- code/type.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/type.lisp b/code/type.lisp index 91cf92e76..fdeabb344 100644 --- a/code/type.lisp +++ b/code/type.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (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 @@ "Type for any keyword symbol." '(satisfies keywordp)) +(deftype eql (n) `(member ,n)) + ;;;; Some types that we use in defining the standard functions: ;;; -- GitLab