Skip to content
Snippets Groups Projects

Coq 8.6

Merged Ralf Jung requested to merge coq-8.6 into master
3 files
+ 23
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -201,7 +201,7 @@ Proof.
@@ -201,7 +201,7 @@ Proof.
destruct Ha1 as [[]|[]| | |], Ha2 as [[]|[]| | |]=>//=; simpl in *;
destruct Ha1 as [[]|[]| | |], Ha2 as [[]|[]| | |]=>//=; simpl in *;
repeat match goal with
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 : False |- _ => destruct H
| H : _, _ |- _ => destruct H
| H : _, _ |- _ => destruct H
end;
end;
Loading