TicTacToe - 0.1.0

Stdlib.Data.Nat.Ord

Definitions

builtin nat-eq == : NatNatBoolSource#

Tests for equality.

/= : NatNatBoolSource#

Tests for inequality.

builtin nat-le <= : NatNatBoolSource#

Returns true iff the first element is less than or equal to the second.

builtin nat-lt < : NatNatBoolSource#

Returns true iff the first element is less than the second.

> : NatNatBoolSource#

Returns true iff the first element is greater than the second.

>= : NatNatBoolSource#

Returns true iff the first element is greater than or equal to the second.

compare : NatNatOrderingSource#

Tests for Ordering.

min : NatNatNatSource#

Returns the smallest Nat.

max : NatNatNatSource#

Returns the biggest Nat.