File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ From HB Require Import structures.
2727From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq choice.
2828From mathcomp Require Import fintype bigop order generic_quotient.
2929From mathcomp Require Import ssralg ssrnum ssrint.
30+ Set SsrOldRewriteGoalsOrder. (* change Set to Unset when porting the file, then remove the line when requiring MathComp >= 2.6 *)
3031
3132Import Order.Theory GRing.Theory Num.Theory.
3233
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ From HB Require Import structures.
99From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat.
1010From mathcomp Require Import seq path choice finset fintype finfun.
1111From mathcomp Require Import tuple bigop ssralg ssrint ssrnum.
12+ Set SsrOldRewriteGoalsOrder. (* change Set to Unset when porting the file, then remove the line when requiring MathComp >= 2.6 *)
1213
1314Require Import xfinmap.
1415
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ From mathcomp Require Import choice fintype tuple finfun bigop finset binomial.
8383From mathcomp Require Import order fingroup perm ssralg zmodp poly ssrint.
8484From mathcomp Require Import matrix vector.
8585From mathcomp Require Import bigenough.
86+ Set SsrOldRewriteGoalsOrder. (* change Set to Unset when porting the file, then remove the line when requiring MathComp >= 2.6 *)
8687
8788Require Import ssrcomplements freeg.
8889
Original file line number Diff line number Diff line change 88From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq path.
99From mathcomp Require Import choice fintype tuple finfun bigop finset order.
1010From mathcomp Require Import ssralg.
11+ Set SsrOldRewriteGoalsOrder. (* change Set to Unset when porting the file, then remove the line when requiring MathComp >= 2.6 *)
1112
1213Set Implicit Arguments .
1314Unset Strict Implicit .
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ From mathcomp Require Import ssreflect ssrbool ssrnat eqtype ssrfun.
33From mathcomp Require Import choice seq path finset finfun fintype bigop.
44From mathcomp Require Import bigenough.
55From mathcomp Require Export finmap.
6+ Set SsrOldRewriteGoalsOrder. (* change Set to Unset when porting the file, then remove the line when requiring MathComp >= 2.6 *)
67
78(* -------------------------------------------------------------------- *)
89Set Implicit Arguments .
You can’t perform that action at this time.
0 commit comments