visualize-cbn v0.1.0.2 Release Notes

Release Date: 2019-09-10 // over 4 years ago
    • 🆕 Newer GHC compatibility

Previous changes from v0.1.0.1

    • 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).