diff options
| author | Kazuhiko Sakaguchi | 2019-10-24 13:56:19 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2019-12-11 14:26:52 +0100 |
| commit | 843e345d5d8217a02de9e7fe20406b83074e807d (patch) | |
| tree | 9c14b8fa455bbbc3c44bac58245b396087b57a0d /mathcomp/field | |
| parent | e7df10a74264f52a17f54f87b8a89c9360a46926 (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.v | 2 |
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. |
