Skip to content

mtl-2.3.1-rc1

Compare
Choose a tag to compare
@emilypi emilypi released this 10 Aug 19:51
· 8 commits to master since this release

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