
With Maybe being isomorphic to Either (), can we have the instance MonadError () Maybe? I'm interested in the MonadError class, and write generic code against it, and would like it to work with Maybe.

+1 from me.
It makes sense.
-Edward
On Sun, Mar 8, 2015 at 2:29 PM, Phil Scott
With Maybe being isomorphic to Either (), can we have the instance MonadError () Maybe?
I'm interested in the MonadError class, and write generic code against it, and would like it to work with Maybe.
_______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries

+1. --Andreas On 08.03.2015 21:55, Edward Kmett wrote:
+1 from me.
It makes sense.
-Edward
On Sun, Mar 8, 2015 at 2:29 PM, Phil Scott
mailto:me@philscotted.com> wrote: With Maybe being isomorphic to Either (), can we have the instance MonadError () Maybe?
I'm interested in the MonadError class, and write generic code against it, and would like it to work with Maybe.
_________________________________________________ Libraries mailing list Libraries@haskell.org mailto:Libraries@haskell.org http://mail.haskell.org/cgi-__bin/mailman/listinfo/libraries http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
_______________________________________________ Libraries mailing list Libraries@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
-- Andreas Abel <>< Du bist der geliebte Mensch. Department of Computer Science and Engineering Chalmers and Gothenburg University, Sweden andreas.abel@gu.se http://www2.tcs.ifi.lmu.de/~abel/
participants (3)
-
Andreas Abel
-
Edward Kmett
-
Phil Scott