Discussion:
MonadFailProposal - missing instances in bootlibs
lennart spitzner
2018-10-03 16:51:23 UTC
Permalink
Hi,

While the impact seems low, some relatively trivial MonadFail instances seem to be missing still, including: Option, First, Last, Proxy, WrappedMonad. Also the non-base containers:Seq. These were not specifically discussed either [1].

Thoughts? Any other things that are still overlooked?


-- lennart

[1] https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail#Discussion
David Feuer
2018-10-03 21:12:47 UTC
Permalink
A PR to add the instance for sequences would be accepted promptly.
Post by lennart spitzner
Hi,
While the impact seems low, some relatively trivial MonadFail instances
seem to be missing still, including: Option, First, Last, Proxy,
WrappedMonad. Also the non-base containers:Seq. These were not specifically
discussed either [1].
Thoughts? Any other things that are still overlooked?
-- lennart
[1]
https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail#Discussion
_______________________________________________
Libraries mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
Edward Kmett
2018-10-04 01:29:36 UTC
Permalink
Agreed!
Post by David Feuer
A PR to add the instance for sequences would be accepted promptly.
Post by lennart spitzner
Hi,
While the impact seems low, some relatively trivial MonadFail instances
seem to be missing still, including: Option, First, Last, Proxy,
WrappedMonad. Also the non-base containers:Seq. These were not specifically
discussed either [1].
Thoughts? Any other things that are still overlooked?
-- lennart
[1]
https://prime.haskell.org/wiki/Libraries/Proposals/MonadFail#Discussion
_______________________________________________
Libraries mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
_______________________________________________
Libraries mailing list
http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
Loading...