Changelog for visualize-cbn-0.1.0.2
Revision history for visualize-cbn
0.1.0.2 -- 2019-09-10
- Newer GHC compatibility
0.1.0.1 -- 2018-03-04
-
Start maintaining ChangeLog file.
-
Minor improvement to the evaluation function:
let x = e1 in seq x e2now takes a step to (provided that
e1 -> e1')let x = e1' in seq x e2this avoids moving
e1to the heap (provided that there aren't multiple references toxfrome2), clarifying the evaluation. -
Added graph output (contributed by Yiğit Özkavcı).
-
Improved heap descriptions (contributed by Tim Rakowski).