lean4-htt/tests/lean/jason2.lean
Leonardo de Moura fc79b794ba fix: missing error messages
Issue reported by @JasonGross
2021-03-05 17:20:04 -08:00

4 lines
90 B
Text

inductive Foo {x : Nat} : Type where
| foo : Foo
def bar := (fun _ : Foo => 0) Foo.foo