Mask exn's where necessary.
This commit is contained in:
parent
8d810160f2
commit
8bf60f9faf
|
@ -546,7 +546,7 @@
|
|||
(identifier? #'or/andmap)
|
||||
(or (free-identifier=? #'or/andmap #'ormap)
|
||||
(free-identifier=? #'or/andmap #'andmap))
|
||||
(with-handlers (#;[exn:fail? (lambda _ #f)])
|
||||
(with-handlers ([exn:fail? (lambda _ #f)])
|
||||
(tc/dots #'arg)
|
||||
#t))
|
||||
(let-values ([(ty bound) (tc/dots #'arg)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user