Add instance MonadFail (f :*: g)

Dannyu NDos ndospark320 at gmail.com
Sun Aug 11 19:37:54 UTC 2019


instance (MonadFail f, MonadFail g) => MonadFail (f :*: g) where
    fail s = fail s :*: fail s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20190812/6813f480/attachment.html>


More information about the Libraries mailing list