mirror of
https://github.com/achlipala/frap.git
synced 2024-11-10 00:07:51 +00:00
A fix for Coq 8.4
This commit is contained in:
parent
f76a1055d8
commit
927d17d04d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ Module References.
|
||||||
|
|
||||||
Ltac loopy := propositional; subst; simplify;
|
Ltac loopy := propositional; subst; simplify;
|
||||||
repeat match goal with
|
repeat match goal with
|
||||||
| [ x : _ * _ |- _ ] => cases x; simplify
|
| [ x : (_ * _)%type |- _ ] => cases x; simplify
|
||||||
end;
|
end;
|
||||||
propositional; subst;
|
propositional; subst;
|
||||||
repeat match goal with
|
repeat match goal with
|
||||||
|
|
Loading…
Reference in a new issue