lean4-htt/tests/lean/interactive/definition.lean
2021-04-08 18:54:53 +02:00

6 lines
100 B
Text

inductive Foo where
| foo
example : Foo :=
let c := Foo.foo
c
--^ textDocument/typeDefinition