The new options `relaxedAutoBoundImplicitLocal` can be used to disable this feature. closes #1011
4 lines
139 B
Text
4 lines
139 B
Text
set_option relaxedAutoBoundImplicitLocal false
|
|
instance has_arr : HasArr Preorder := { Arr := Function }
|
|
|
|
def foo : Nat := { first := 10 }
|