| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Data.Ord.Extended
Documentation
Monoid to calculate the minimum.
Constructors
| Min a |
Monoid to calculate the maximum.
Constructors
| Max a |
Semigroup to calculate the minimum and maximum simultaneously.
Constructors
| MinMax !a !a |
module Data.Ord