integer-types-0.1.4.0: Integer, Natural, and Positive
Safe HaskellSafe-Inferred
LanguageGHC2021

Integer.StrictlyIncrease

Synopsis

Documentation

class StrictlyIncrease a where Source #

Class of numbers that are closed under addition with Positive

Methods

strictlyIncrease :: Positive -> a -> a Source #

Addition