Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype Fin# :: Nat -> TYPE 'IntRep where Source #
Finite numbers without the overhead of carrying around a proof.
data (<) :: Nat -> Nat -> Type where infix 4 Source #
Proof that the first argument is strictly less than the second argument.
data (<=) :: Nat -> Nat -> Type where infix 4 Source #
Proof that the first argument is less than or equal to the second argument.