| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Integer.StrictlyIncrease
Synopsis
- class StrictlyIncrease a where
- strictlyIncrease :: Positive -> a -> a
Documentation
class StrictlyIncrease a where Source #
Class of numbers that are closed under addition with Positive
Instances
| StrictlyIncrease Positive Source # | |
Defined in Integer.StrictlyIncrease | |
| StrictlyIncrease Signed Source # | |
Defined in Integer.StrictlyIncrease | |
| StrictlyIncrease Integer Source # | |
Defined in Integer.StrictlyIncrease | |
| StrictlyIncrease Natural Source # | |
Defined in Integer.StrictlyIncrease | |