view paper/src/Nat.agda.replaced @ 19:046b2b20d6c7 default tip

fix
author ryokka
date Mon, 09 Mar 2020 11:25:49 +0900
parents 8ef64db63497
children
line wrap: on
line source

data @$\mathbb{N}$@ : Set where
  zero : @$\mathbb{N}$@
  suc  : @$\mathbb{N}$@ @$\rightarrow$@ @$\mathbb{N}$@