lean4-htt/tests/lean/691.lean
2016-06-10 18:29:41 -07:00

14 lines
208 B
Text

exit
theorem foo : Type₁ := unit
example : foo = unit :=
by unfold foo
example : foo = unit :=
by unfold [foo]
example : foo = unit :=
by rewrite [↑foo]
example : foo = unit :=
by rewrite [↑[foo] ]