diff options
Diffstat (limited to 'mathcomp/algebra/interval.v')
| -rw-r--r-- | mathcomp/algebra/interval.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/interval.v b/mathcomp/algebra/interval.v index 48d5254..b34c1ad 100644 --- a/mathcomp/algebra/interval.v +++ b/mathcomp/algebra/interval.v @@ -40,7 +40,7 @@ Unset Strict Implicit. Unset Printing Implicit Defensive. Local Open Scope ring_scope. -Import Order.Theory Order.Syntax GRing.Theory Num.Theory. +Import Order.TTheory Order.Syntax GRing.Theory Num.Theory. Local Notation mid x y := ((x + y) / 2%:R). |
