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

4 lines
118 B
Text

open tactic
example (a b c d : nat) (f : nat → nat → nat) : b + a = d → f (a + b + c) a = f (c + d) a :=
by cc