Skip to content

Commit e4e35b9

Browse files
authored
Merge pull request #119 from proux01/mc1545
Adapt to math-comp/math-comp#1545
2 parents abf04e2 + da783dd commit e4e35b9

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/freeg.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ From HB Require Import structures.
2727
From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq choice.
2828
From mathcomp Require Import fintype bigop order generic_quotient.
2929
From 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

3132
Import Order.Theory GRing.Theory Num.Theory.
3233

src/monalg.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ From HB Require Import structures.
99
From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat.
1010
From mathcomp Require Import seq path choice finset fintype finfun.
1111
From 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

1314
Require Import xfinmap.
1415

src/mpoly.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ From mathcomp Require Import choice fintype tuple finfun bigop finset binomial.
8383
From mathcomp Require Import order fingroup perm ssralg zmodp poly ssrint.
8484
From mathcomp Require Import matrix vector.
8585
From 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

8788
Require Import ssrcomplements freeg.
8889

src/ssrcomplements.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq path.
99
From mathcomp Require Import choice fintype tuple finfun bigop finset order.
1010
From 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

1213
Set Implicit Arguments.
1314
Unset Strict Implicit.

src/xfinmap.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ From mathcomp Require Import ssreflect ssrbool ssrnat eqtype ssrfun.
33
From mathcomp Require Import choice seq path finset finfun fintype bigop.
44
From mathcomp Require Import bigenough.
55
From 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
(* -------------------------------------------------------------------- *)
89
Set Implicit Arguments.

0 commit comments

Comments
 (0)