Type-class laws for Ord, as defined in the funland sub-project and in the static-land spec.
Ord
funland
static-land
Laws defined for Ord:
S.lte(a, b)
S.lte(b, a)
S.equals(a, b)
S.lte(b, c)
S.lte(a, c)
Generated using TypeDoc
Type-class laws for
Ord
, as defined in thefunland
sub-project and in thestatic-land
spec.Laws defined for
Ord
:S.lte(a, b)
orS.lte(b, a)
S.lte(a, b)
andS.lte(b, a)
, thenS.equals(a, b)
S.lte(a, b)
andS.lte(b, c)
, thenS.lte(a, c)