Description
A library for compiling pattern-matching to decision trees.
Description
This library implements a transformation from pattern-matching to decision trees, for use by compiler writers. It provides support for generating useful error messages, as well as efficient trees through the use of heuristics.