lean4-htt/tests/lean/346.lean
2021-03-16 20:42:38 -07:00

13 lines
144 B
Text

inductive SomeType
| x : SomeType
namespace SomeType
def a : SomeType := SomeType.x
end SomeType
#eval SomeType.b
def f (x : Nat) :=
x.z