From 832c7e1b1b4535ad5b59d49bcf4ef487584f9929 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sun, 18 Nov 2018 02:10:28 +0000 Subject: [PATCH] Tweak note to note how to get human-readable names. --- src/relnotes/flotrap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.25.1