Skip to content

IO eagerness fix

Pre-release
Pre-release

Choose a tag to compare

@louthy louthy released this 16 Sep 18:19

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.