@hackage / pattern-matcher

A library for compiling pattern-matching to decision trees

Latest0.1.0.1

About

Metadata

  • Last updated , by GuerricChupin
  • License BSD-3-Clause
  • Maintained by: guerric.chupin@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.4
  2. 8.4.4
  3. 8.2.2
  4. 8.0.2

Readme

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.