6 lines
100 B
Text
6 lines
100 B
Text
inductive Foo where
|
|
| foo
|
|
example : Foo :=
|
|
let c := Foo.foo
|
|
c
|
|
--^ textDocument/typeDefinition
|