Mask exn's where necessary.

This commit is contained in:
Sam Tobin-Hochstadt 2008-06-17 10:46:28 -04:00
parent 8d810160f2
commit 8bf60f9faf

View File

@ -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)])