transformers-eff v0.2.0.0 Release Notes
Release Date: 2017-02-07 // over 7 years ago-
💥 Breaking Changes
- The type of
gets
was changed to actually be thegets
operation. Control.Effect.Nondeterminism
now useslist-transformer
instead of lists.Control.Effect.Nondeterminism.choose
now chooses from anyFoldable
structure.
Non-breaking Changes
- A
MonadIO
instance was added toEff
. - 🆕 New function:
Control.Effect.Nondeterminism.runNondeterminismM
.
Other changes
- The upper bound of
base
was increased.
- The type of