lean4-htt/tests/lean/interactive/hoverException.lean
Leonardo de Moura 59acf01bc9 feat: relax auto-implicit restrictions
The new options `relaxedAutoBoundImplicitLocal` can be used to
disable this feature.

closes #1011
2022-02-08 12:17:42 -08:00

4 lines
123 B
Text

set_option relaxedAutoBoundImplicitLocal false
inductive Foo
| mk : (a b : Bar) → Foo
--^ textDocument/hover