Data.Nat

1Lab
  • Natural Numbers - Index🔗


back to index
view all pages
link to source

Written by uni

back to index
module Data.Nat where

open import Data.Nat.Properties public
open import Data.Nat.Base public

Natural Numbers - Index🔗

The natural numbers are constructed in the module Data.Nat.Base. Their arithmetical properties are proved in Data.Nat.Properties.