| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Pandora.Paradigm.Structure.Ability.Monotonic
Documentation
class Monotonic a e where Source #
Minimal complete definition
Methods
reduce :: (a -> r -> r) -> r -> e -> r Source #
resolve :: (a -> r) -> r -> e -> r Source #
Version of reduce which ignores accumulator