Skip to content

Commit

Permalink
TMP Disable type dispatch in clasp
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Apr 25, 2024
1 parent 05162a5 commit 83414a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types.lisp
Expand Up @@ -513,6 +513,9 @@ Functions\", by Irène Durand and Robert Strandh."
(with-read-only-vars (,var)
(with-vref ,type
,@body))))))))
((or #+clasp t)
`(locally (declare (type (or ,@types) ,var))
,@body))
(t
`(with-type-declarations-trusted ()
(etypecase ,var
Expand Down

0 comments on commit 83414a8

Please sign in to comment.