| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Fold.Types
Synopsis
- data Fold a b
- data NonemptyFold a b
- data EffectfulFold m a b
Documentation
Processes inputs of type a and results in a value of type b
data NonemptyFold a b Source #
Processes at least one input of type a and results in a value of type b
Instances
data EffectfulFold m a b Source #
Processes inputs of type a and results in an effectful value of type m b