lean4-htt/tests/lean/run/cc_ac2.lean

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