chore: fix test output
This commit is contained in:
parent
35cf2f3d9f
commit
ddbca07a0f
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue