Skip to content

IO eagerness fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@louthy louthy released this 16 Sep 18:19
· 118 commits to main since this release

The recent IO refactor allowed for eager evaluation of pure lifted values, this causes stack-overflows and other side-issues with StreamT and other infinite recursion techniques. This minor release fixes that.