fix(tests/lean/rewrite_loop): notation

This commit is contained in:
Leonardo de Moura 2015-02-04 19:21:26 -08:00
parent d0171ffe7a
commit 61a029d9df

View file

@ -3,5 +3,5 @@ open algebra
theorem test {A : Type} [s : comm_ring A] (a b c : A) : a + b + c = a + c + b :=
begin
rewrite ?add.comm
rewrite *add.comm
end