lamphpda icon indicating copy to clipboard operation
lamphpda copied to clipboard

Add `MonadCatch` typeclass

Open marcosh opened this issue 4 years ago • 0 comments

Define MonadCatch typeclass defined as in https://hackage.haskell.org/package/exceptions-0.10.4/docs/Control-Monad-Catch.html#t:MonadCatch

This might require to change MonadThrow and specifically update the instance for Maybe

  • [ ] IO
  • [ ] Maybe
  • [ ] Either
  • [ ] LinkedList
  • [ ] Identity

marcosh avatar Oct 18 '21 07:10 marcosh