aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/vector.v
diff options
context:
space:
mode:
authorReynald Affeldt2020-11-19 19:18:39 +0900
committerReynald Affeldt2020-11-19 20:39:55 +0900
commitc83609826d97afda6b11b227207f461cf077a0d5 (patch)
tree776f52f9fc5ac00e4eb28e23f65f7ffafbfd1824 /mathcomp/algebra/vector.v
parent0606b6bf22e258dc3b7cf440f10c108f785904b5 (diff)
add declare scopes
Diffstat (limited to 'mathcomp/algebra/vector.v')
-rw-r--r--mathcomp/algebra/vector.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/algebra/vector.v b/mathcomp/algebra/vector.v
index 462f8ad..e02aaef 100644
--- a/mathcomp/algebra/vector.v
+++ b/mathcomp/algebra/vector.v
@@ -91,6 +91,10 @@ From mathcomp Require Import ssralg matrix mxalgebra zmodp.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
+
+Declare Scope vspace_scope.
+Declare Scope lfun_scope.
+
Local Open Scope ring_scope.
Reserved Notation "{ 'vspace' T }" (at level 0, format "{ 'vspace' T }").