summaryrefslogtreecommitdiff
path: root/Lisp/type-handling.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/type-handling.lisp')
-rw-r--r--Lisp/type-handling.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/type-handling.lisp b/Lisp/type-handling.lisp
index dfb84e7..a37f756 100644
--- a/Lisp/type-handling.lisp
+++ b/Lisp/type-handling.lisp
@@ -301,7 +301,7 @@ Returns: (VALUES typespec byte-position string-position)"
;; type found.
(cadr (find-if #'(lambda (x) (and (consp x)
(eq (car x) 'nominally)))
- (cadr typespec))))
+ (cadr (typespec typespec)))))
(defun typespec-primary-type (typespec)