All Versions
2
Latest Version
Avg Release Cycle
555 days
Latest Release
1690 days ago

Changelog History

  • v0.1.0.2 Changes

    September 10, 2019
    • 🆕 Newer GHC compatibility
  • v0.1.0.1 Changes

    March 04, 2018
    • Start maintaining ChangeLog file.
    • Minor improvement to the evaluation function:

      let x = e1 in seq x e2

    now takes a step to (provided that e1 -> e1')

    `let x = e1' in seq x e2`
    

    this avoids moving e1 to the heap (provided that there aren't multiple references to x from e2), clarifying the evaluation.

    • âž• Added graph output (contributed by YiÄŸit Özkavcı).
    • 👌 Improved heap descriptions (contributed by Tim Rakowski).