IO eagerness fix
Pre-release
Pre-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.