lean4-htt/tests/lean/366.lean
Leonardo de Moura ec409a9bfc fix: fixes #366
2021-03-23 16:02:45 -07:00

9 lines
184 B
Text

def foo : Inhabited Nat :=
set_option trace.Meta.synthInstance true in by { exact inferInstance }
namespace Foo
def bla := 20
end Foo
def boo : Nat :=
open Foo in by exact bla