mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
Merge pull request #48 from mdempsky/sepcancel-typo
Add missing parentheses in SepCancel's normalize2 tactic
This commit is contained in:
commit
e32105c142
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ Module Make(Import S : SEP).
|
|||
|
||||
Ltac normalize2 :=
|
||||
match goal with
|
||||
| [ |- context[star ?p lift (?P /\ ?Q)] ] => rewrite (lift_uncombine p P Q)
|
||||
| [ |- context[star ?p (lift (?P /\ ?Q))] ] => rewrite (lift_uncombine p P Q)
|
||||
| [ |- context[star ?p (star ?q ?r)] ] => rewrite (star_assoc p q r)
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in a new issue