Version: 4.1

1 Quick Instructions

The errortrace module is strange; don’t import it into another module. Instead, the errortrace module is meant to be invoked from the top-level, so that it can install an evaluation handler, exception handler, etc.

To reuse parts of the code of errortrace, import errortrace/errortrace-lib. It contains all of the bindings described here, but does not set the compilation handler or the error display handler.