view paper/src/Nat.agda @ 7:8ef64db63497

fix agda.tex
author ryokka
date Thu, 06 Feb 2020 19:24:32 +0900
parents c7acb9211784
children
line wrap: on
line source

data ℕ : Set where
  zero : ℕ
  suc  : ℕ → ℕ