diff options
Diffstat (limited to 'mathcomp/field')
| -rw-r--r-- | mathcomp/field/falgebra.v | 2 | ||||
| -rw-r--r-- | mathcomp/field/separable.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/field/falgebra.v b/mathcomp/field/falgebra.v index 58eccc2..23f5cba 100644 --- a/mathcomp/field/falgebra.v +++ b/mathcomp/field/falgebra.v @@ -79,7 +79,7 @@ Require Import div tuple finfun bigop ssralg finalg zmodp matrix vector poly. Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. -Open Local Scope ring_scope. +Local Open Scope ring_scope. Reserved Notation "{ 'aspace' T }" (at level 0, format "{ 'aspace' T }"). Reserved Notation "<< U & vs >>" (at level 0, format "<< U & vs >>"). diff --git a/mathcomp/field/separable.v b/mathcomp/field/separable.v index e8b8944..6178c01 100644 --- a/mathcomp/field/separable.v +++ b/mathcomp/field/separable.v @@ -34,7 +34,7 @@ Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. -Open Local Scope ring_scope. +Local Open Scope ring_scope. Import GRing.Theory. Section SeparablePoly. |
