We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abdaf3 commit 19f62f9Copy full SHA for 19f62f9
src/utils.lisp
@@ -54,7 +54,8 @@
54
#+clisp (return (null
55
(nth-value 1 (ignore-errors
56
(ext:type-expand type-specifier)))))
57
- #-(or sbcl openmcl ecl lisp)
+ #+lispworks (return (type:valid-type-specifier type-specifier))
58
+ #-(or sbcl openmcl ecl clisp lispworks)
59
(or (when (symbolp type-specifier)
60
(documentation type-specifier 'type))
61
(error "TYPE-SPECIFIER-P not available for this implementation"))))
0 commit comments