Add MonadError () Maybe

Phil Scott me at philscotted.com
Sun Mar 8 18:29:20 UTC 2015


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.



More information about the Libraries mailing list