@hackage / visualize-type-inference

Simulate simple constraint-based type inference

Latest0.0.1.0

About

Metadata

  • Last updated , by AndreasAbel
  • License BSD-3-Clause
  • Maintained by: Andreas Abel

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.3
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8

Readme

Constraint-based inference for simple types is traced step-by-step, both for the original algorithm J that eagerly applies substitutions gained from unification, and a more modern conception that separates constraint generation from constraint solving.