Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
forall x. EffectfulFold | |