Stdlib.Data.Ordering
Contents
builtin ordering type OrderingSource#
Constructors
isLessThan (ordering : Ordering) : BoolSource#
isEqual (ordering : Ordering) : BoolSource#
isGreaterThan (ordering : Ordering) : BoolSource#
deriving instance orderingEqI : Eq OrderingSource#
instance orderingShowI : Show OrderingSource#