tonivade / purefun

Functional Programming library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify stack safety

tonivade opened this issue · comments

Some types, like Eval, Free, IO, ZIO now there are no stack safe.

now Eval, IO and ZIO are stack safe, and if Free is used with a Monad that it's stack safe by itself, then Free will be stack safe.