either-result v0.2.0.0 Release Notes

  • 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