X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fearly-type.lisp;h=6679a42b7e2e59f9a6d9ceed354c30e89a1d6a91;hb=224466fab9dc4e8b3faf13a121f827f198811bf6;hp=048b61a47a593caf7b3b9103acd05aa8762d0169;hpb=a64589ed34ce0298fae164476af7de14c4652909;p=sbcl.git diff --git a/src/code/early-type.lisp b/src/code/early-type.lisp index 048b61a..6679a42 100644 --- a/src/code/early-type.lisp +++ b/src/code/early-type.lisp @@ -139,8 +139,6 @@ :rest rest :allowp allowp)) -;;; FIXME: ANSI VALUES has a short form (without lambda list -;;; keywords), which should be translated into a long one. (defun make-values-type (&key (args nil argsp) required optional rest allowp) (if argsp @@ -337,7 +335,7 @@ :enumerable enumerable)) ;;; An ARRAY-TYPE is used to represent any array type, including -;;; things such as SIMPLE-STRING. +;;; things such as SIMPLE-BASE-STRING. (defstruct (array-type (:include ctype (class-info (type-class-or-lose 'array))) (:constructor %make-array-type)