mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 17:30:37 -07:00
Do not filter types in declarations / proclamations
This commit is contained in:
parent
c79c014e31
commit
8a72a6fb6e
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@
|
|||
(defun valid-type-specifier (type)
|
||||
(handler-case
|
||||
(if (subtypep type 'T)
|
||||
(values t (type-filter type))
|
||||
(values t type)
|
||||
(values nil nil))
|
||||
(error (c) (values nil nil))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue