lean4-htt/tests/lean/run/1267.lean
2022-06-29 15:40:13 -07:00

13 lines
177 B
Text

example : 1 = 2 := calc
_ = _ := sorry
example : 1 = 2 :=
calc
_ = _ := sorry
example : 1 = 2 := by calc
_ = _ := sorry
example : 1 = 2 := by
calc
_ = _ := sorry