lean4-htt/tests/lean/bad_error3.lean
2017-01-05 13:37:55 -08:00

7 lines
108 B
Text

example (p : nat → nat → Prop) : p 0 :=
begin
end
def ex (p : nat → nat → Prop) : p 0 :=
begin
end