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

5 lines
106 B
Text

exit
example (a b c : nat) (h₁ : a = b) (h₂ : b = c) : b = c :=
begin
(exact h₁ | exact h₂)
end