<div dir="auto">I think you meant to forward to the libraries mailing list, not the ghc-devs one</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 1, 2021, 18:01 Baldur Blöndal <<a href="mailto:baldurpet@gmail.com">baldurpet@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is to advertise the proposal<br>
(<a href="https://gitlab.haskell.org/ghc/ghc/-/issues/19922" rel="noreferrer noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/issues/19922</a>) to add a<br>
superclass to the MonadTrans type class in Control.Monad.Trans.<br>
<br>
A Monad transformer 'trans' lifts a 'Monad m' to a 'Monad (trans m)'.<br>
<br>
This proposal code-ifies that with a superclass constraint, an<br>
impliciation constraint enabled by the recent extension<br>
QuantifiedConstraints:<br>
<br>
    class (forall m. Monad m => Monad (trans m)) => MonadTrans trans where<br>
      ..<br>
<br>
This is the main motiviating example of the Quantified Class<br>
Constraints paper <a href="https://gkaracha.github.io/papers/quantcs.pdf" rel="noreferrer noreferrer" target="_blank">https://gkaracha.github.io/papers/quantcs.pdf</a><br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank" rel="noreferrer">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>