Idris2Doc : Data.Bounded

Data.Bounded

(source)

Definitions

interfaceMinBound : Type->Type
Parameters: b
Constraints: Ord b
Methods:
minBound : b
  The lower bound for the type

Implementations:
MinBoundBits8
MinBoundBits16
MinBoundBits32
MinBoundBits64
MinBoundInt8
MinBoundInt16
MinBoundInt32
MinBoundInt64
MinBoundInt
MinBound (Fin (Sn))
minBound : MinBoundb=>b
  The lower bound for the type

Totality: total
Visibility: public export
interfaceMaxBound : Type->Type
Parameters: b
Constraints: Ord b
Methods:
maxBound : b
  The upper bound for the type

Implementations:
MaxBoundBits8
MaxBoundBits16
MaxBoundBits32
MaxBoundBits64
MaxBoundInt8
MaxBoundInt16
MaxBoundInt32
MaxBoundInt64
MaxBoundInt
MaxBound (Fin (Sn))
maxBound : MaxBoundb=>b
  The upper bound for the type

Totality: total
Visibility: public export