| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Fold.Effectful.Type
Synopsis
- data EffectfulFold m a b = forall x.EffectfulFold {}
Documentation
data EffectfulFold m a b Source #
Processes inputs of type a and results in an effectful value of type m b
Constructors
| forall x. EffectfulFold | |