All Versions
2
Latest Version
Avg Release Cycle
555 days
Latest Release
1965 days ago
Changelog History
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 tox
frome2
), clarifying the evaluation.- ➕ Added graph output (contributed by Yiğit Özkavcı).
- 👌 Improved heap descriptions (contributed by Tim Rakowski).