HTML output and quick access runtimes
Delayed release because I wanted to also release to the opam repository, but now I want to fix #9 first.
In this release:
- Collapsible-tree HTML output via PrintBox, with even some sexps converted to PrintBox trees.
- Entry points
debug_html "filename.html"
(as html to a file) anddebug ()
(as PrintBox text to stdout) returning the debug runtime modules. - Closing debug entries on uncaught exceptions.