Tweak note to note how to get human-readable names.
authorTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 02:10:28 +0000 (02:10 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sun, 18 Nov 2018 02:10:28 +0000 (02:10 +0000)
src/relnotes/flotrap

index a1062949e2baa6eabf211275392ada2e7d32a4e0..1c79ba74ce45ac39fdd065ceed90b107f03de5db 100644 (file)
@@ -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