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

Integer.BoundedBelow

Documentation

class BoundedBelow a where Source #

Methods

minBound :: a Source #

Instances

Instances details
BoundedBelow Positive Source # 
Instance details

Defined in Integer.Positive.Unsafe

BoundedBelow Natural Source # 
Instance details

Defined in Integer.BoundedBelow