relude icon indicating copy to clipboard operation
relude copied to clipboard

MonadRec typeclass

Open andywhite37 opened this issue 4 years ago • 0 comments

It would be really useful to have a stack-safe MonadRec implementation, for use in IO, parsers, etc.

https://github.com/purescript/purescript-tailrec/blob/master/src/Control/Monad/Rec/Class.purs#L54-L55

I've started adding some of our own typeclasses in this file (e.g. MonadThrow and MonadError): https://github.com/reazen/relude/blob/master/src/Relude_Interface.re#L84-L96

andywhite37 avatar Sep 19 '19 16:09 andywhite37