Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 519 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 519 Bytes

The generalized intensional compiler

A compiler for a subset of Haskell based on the intensional transformation and modular polymorphic defunctionalization. Under development, version 0.10.

Features:

  • Separate module compilation.
  • Parametric polymorphism, GADTs.
  • A dataflow interpreter.
  • A compiler to the rewriting logic of Maude.

See the examples under /Examples for the language features supported.

For more information about building and using it, consult the README.