lean4-htt/tests/lean/1292.lean
2017-01-09 15:53:37 -08:00

8 lines
110 B
Text

def fn (n : nat) : nat :=
match n with
exit
theorem thm : true := begin end
example : has_add nat := sorry