lean4-htt/tests/lean/structSorryBug.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
139 B
Text

set_option relaxedAutoBoundImplicitLocal false
instance has_arr : HasArr Preorder := { Arr := Function }
def foo : Nat := { first := 10 }