All Versions
6
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.1.0 Changes

    2020.08.16

    • βž• Add mtl instances
  • v0.3.0.0 Changes

    2020.08.05

    πŸ’₯ Breaking changes

    • πŸ”„ Change Either String to Result for some monad transformer functions' types
      • Control.Monad.Result.liftEither β†’ Control.Monad.Result.liftResult
      • Control.Monad.Trans.Result.ResultT
      • Control.Monad.Trans.Result.runResultT
      • Control.Monad.Trans.Result.mapResultT
  • v0.2.0.0 Changes

    2020.08.04

    πŸ’₯ Breaking changes

    • πŸ”„ Change Data.Either.Result.Result from a newtype to a type synonym.
      • Get Result data constructor not to be exposed
      • Use Result pattern instead
      • Or use Control.Monad.Trans.Except.Result.ResultT data constructor instead

    Other changes

    • βž• Add monad transformers
  • v0.1.2.0 Changes

    2020.07.31

    • βž• Add toMonadFail.
  • v0.1.1.0 Changes

    2020.07.28

    • πŸ”¦ Expose a value constructor and a field for coercion.
  • v0.1.0.0 Changes

    2020.07.26

    • πŸš€ Release.