transformers-eff v0.2.0.0 Release Notes

Release Date: 2017-02-07 // about 7 years ago
  • 💥 Breaking Changes

    • The type of gets was changed to actually be the gets operation.
    • Control.Effect.Nondeterminism now uses list-transformer instead of lists.
    • Control.Effect.Nondeterminism.choose now chooses from any Foldable structure.

    Non-breaking Changes

    • A MonadIO instance was added to Eff.
    • 🆕 New function: Control.Effect.Nondeterminism.runNondeterminismM.

    Other changes

    • The upper bound of base was increased.