scriptum
scriptum copied to clipboard
Should `MonadRec` type class be implemented?
In purescript MonadRec is used for stack safe recursion within a monad. I'm not sure, though, whether we can have the same effect with scriptum's lazyness on demand approach.