scriptum icon indicating copy to clipboard operation
scriptum copied to clipboard

Should `MonadRec` type class be implemented?

Open ivenmarquardt opened this issue 4 years ago • 0 comments

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.

ivenmarquardt avatar Jul 25 '21 15:07 ivenmarquardt