4 lines
83 B
Text
4 lines
83 B
Text
meta def f (x : nat) : nat :=
|
|
tt -- type error should be reported here
|
|
|
|
#check nat
|