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