Skip to content
Snippets Groups Projects

Coq 8.6

Merged Ralf Jung requested to merge coq-8.6 into master
4 files
+ 9
8
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -201,7 +201,7 @@ Proof.
destruct Ha1 as [[]|[]| | |], Ha2 as [[]|[]| | |]=>//=; simpl in *;
repeat match goal with
| H : _ = Na1Ord _ |- _ => specialize (H (reflexivity Na1Ord)) || clear H
| H : _ = Na1Ord _ |- _ => specialize (H (eq_refl Na1Ord)) || clear H
| H : False |- _ => destruct H
| H : _, _ |- _ => destruct H
end;
Loading