The new options `relaxedAutoBoundImplicitLocal` can be used to disable this feature. closes #1011
4 lines
123 B
Text
4 lines
123 B
Text
set_option relaxedAutoBoundImplicitLocal false
|
|
inductive Foo
|
|
| mk : (a b : Bar) → Foo
|
|
--^ textDocument/hover
|