8743394627
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
84 B
Text
6 lines
84 B
Text
inductive nat : Type :=
|
|
zero : nat,
|
|
succ : nat → nat
|
|
|
|
check nat
|
|
check nat.rec.{1}
|