chore: fix test output

This commit is contained in:
Leonardo de Moura 2020-10-20 15:13:38 -07:00
parent 35cf2f3d9f
commit ddbca07a0f

View file

@ -2,6 +2,7 @@
as bs : List α
⊢ as ++ bs ++ bs = as ++ (bs ++ bs)
rewrite.lean:14:20: error: tactic 'rewrite' failed, did not find instance of the pattern in the target expression
List.reverse (List.reverse ?m)
α : Type _
as bs : List α
⊢ as ++ List.nil ++ List.nil ++ bs ++ bs = as ++ (bs ++ bs)