From 793f40807b431c177258d3bebce04d5fb03b5be3 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 7 Feb 1992 12:37:27 +0000 Subject: [PATCH] Added upgraded-{array-element,complex-part}-type. --- compiler/fndb.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp index 353988af8..0aade8237 100644 --- a/compiler/fndb.lisp +++ b/compiler/fndb.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.39 1991/12/22 03:38:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.40 1992/02/07 12:37:27 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -72,6 +72,11 @@ (defknown type-of (t) t (foldable flushable)) +;;; Can be affected by type definitions... +(defknown (upgraded-complex-part-type upgraded-array-element-type) + (type-specifier) type-specifier + (flushable)) + ;;;; In the "Predicates" chapter: -- GitLab