Skip to content

Fix #290: Neatly pprint with-float-traps-masked and friends

Raymond Toy requested to merge issue-290-pprint-with-float-traps into master

Make the pprinter print with-float-traps-masked and with-float-traps-enabled in the same was as typical with-foo forms. We can do this by using existing pprint-with-like function.

Add a couple of tests for this as well in tests/pprint.lisp.

Merge request reports