Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Fold.Nonempty.Type
Synopsis
- data NonemptyFold a b = forall x.NonemptyFold {}
Documentation
data NonemptyFold a b Source #
Processes at least one input of type a
and results in a value of type b
Constructors
forall x. NonemptyFold | |