Mercurial > hg > Papers > 2020 > ryokka-master
view paper/src/Nat.agda.replaced @ 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 @$\mathbb{N}$@ : Set where zero : @$\mathbb{N}$@ suc : @$\mathbb{N}$@ @$\rightarrow$@ @$\mathbb{N}$@