A fix for Coq 8.4

This commit is contained in:
Adam Chlipala 2016-03-25 13:22:16 -04:00
parent f76a1055d8
commit 927d17d04d

View file

@ -226,7 +226,7 @@ Module References.
Ltac loopy := propositional; subst; simplify;
repeat match goal with
| [ x : _ * _ |- _ ] => cases x; simplify
| [ x : (_ * _)%type |- _ ] => cases x; simplify
end;
propositional; subst;
repeat match goal with