lean4-htt/old_tests/tests/lean/run/791.lean
2018-04-10 12:56:55 -07:00

16 lines
182 B
Text

open nat
definition foo.bar : nat := 10
definition boo.bla.foo : nat := 20
open foo
open boo.bla
#reduce bar
#reduce foo
constant x.y.z : nat
open x
#check y.z
open x.y
#check z