From: Taylor R Campbell Date: Sun, 18 Nov 2018 02:10:28 +0000 (+0000) Subject: Tweak note to note how to get human-readable names. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~46 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=832c7e1b1b4535ad5b59d49bcf4ef487584f9929;p=mit-scheme.git Tweak note to note how to get human-readable names. --- diff --git a/src/relnotes/flotrap b/src/relnotes/flotrap index a1062949e..1c79ba74c 100644 --- a/src/relnotes/flotrap +++ b/src/relnotes/flotrap @@ -9,8 +9,9 @@ If you want to trap on (e.g.) invalid-operation, you can do (lambda () ...)) -You can find the set of all exceptions that can be trapped with -(flo:trappable-exceptions). +(flo:trappable-exceptions) gives the set of all exceptions that can be +trapped. Human-readable names are available by (flo:exceptions->names +(flo:trappable-exceptions)). You can also test for floating-point exceptions after a computation without trapping. Before you can do this for the first time in any