Judging by the code [1], `ExceptT` looks almost the same as `EitherT`. This version of transformers will be released with GHC 7.8
I'll keep an eye on it. Thanks for letting me know. [1] http://code.haskell.org/~ross/transformers/Control/Monad/Trans/Except.hs On Sun, Mar 2, 2014 at 11:18 PM, Pierre R <[email protected]> wrote: > > On Sunday, March 2, 2014 11:25:59 AM UTC+1, Kai Wang wrote: >> >> It seems Ross has decided to add "ExceptT" and deprecate "ErrorT" in next >> transformer release. >> >> http://www.haskell.org/pipermail/libraries/2014-February/022139.html >> > > What does it mean in a nutshell ? > > Trying to follow these threads is kind of hectic ;-) > > -- > You received this message because you are subscribed to the Google Groups > "Haskell Pipes" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. -- You received this message because you are subscribed to the Google Groups "Haskell Pipes" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
