aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-10-24 13:56:19 +0200
committerCyril Cohen2019-12-11 14:26:52 +0100
commit843e345d5d8217a02de9e7fe20406b83074e807d (patch)
tree9c14b8fa455bbbc3c44bac58245b396087b57a0d /mathcomp/field
parente7df10a74264f52a17f54f87b8a89c9360a46926 (diff)
order.v: remove Order.Def, export Order.Syntax by default, and put missing scopes
Diffstat (limited to 'mathcomp/field')
-rw-r--r--mathcomp/field/algebraics_fundamentals.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/field/algebraics_fundamentals.v b/mathcomp/field/algebraics_fundamentals.v
index f869378..4fe5f70 100644
--- a/mathcomp/field/algebraics_fundamentals.v
+++ b/mathcomp/field/algebraics_fundamentals.v
@@ -112,7 +112,7 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
-Import Order.TTheory Order.Syntax GroupScope GRing.Theory Num.Theory.
+Import Order.TTheory GroupScope GRing.Theory Num.Theory.
Local Open Scope ring_scope.
Local Notation "p ^ f" := (map_poly f p) : ring_scope.