Skip to content

Releases: haskell/mtl

mtl-2.3.1

31 Oct 21:30
37cbd92
Compare
Choose a tag to compare

2.3.1 -- 2022-10-31

  • Add modifyError to Control.Monad.Error.Class, and re-export from
    Control.Monad.Except.
  • Make the MonadCont instance for ContT more polykinded; now, r is allowed
    to be of an arbitrary kind k, rather than only Type.
  • Add a generic liftCallCC for use with any MonadTrans.
  • Return re-export of ExceptT and related functions to Control.Monad.Except.
  • Add label function to MonadCont

mtl-2.3.1-rc1

10 Aug 19:51
Compare
Choose a tag to compare

2.3.1 -- 2022-09-10

  • Add modifyError to Control.Monad.Error.Class, and re-export from
    Control.Monad.Except.
  • Make the MonadCont instance for ContT more polykinded; now, r is allowed
    to be of an arbitrary kind k, rather than only Type.
  • Add a generic liftCallCC for use with any MonadTrans.
  • Return re-export of ExceptT and related functions to Control.Monad.Except.
  • Add label function to MonadCont