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