aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/fingroup
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/fingroup')
-rw-r--r--mathcomp/fingroup/Make2
-rw-r--r--mathcomp/fingroup/action.v3
-rw-r--r--mathcomp/fingroup/fingroup.v3
-rw-r--r--mathcomp/fingroup/presentation.v3
4 files changed, 10 insertions, 1 deletions
diff --git a/mathcomp/fingroup/Make b/mathcomp/fingroup/Make
index 7f6b822..a765cd3 100644
--- a/mathcomp/fingroup/Make
+++ b/mathcomp/fingroup/Make
@@ -15,4 +15,4 @@ quotient.v
-arg -w -arg -notation-overridden
-arg -w -arg -duplicate-clear
-arg -w -arg -ambiguous-paths
--arg -w -arg -undeclared-scope \ No newline at end of file
+-arg -w -arg +undeclared-scope \ No newline at end of file
diff --git a/mathcomp/fingroup/action.v b/mathcomp/fingroup/action.v
index 3679b75..dfcb5ac 100644
--- a/mathcomp/fingroup/action.v
+++ b/mathcomp/fingroup/action.v
@@ -122,6 +122,9 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
+Declare Scope action_scope.
+Declare Scope groupAction_scope.
+
Import GroupScope.
Section ActionDef.
diff --git a/mathcomp/fingroup/fingroup.v b/mathcomp/fingroup/fingroup.v
index 38b3490..21e1e49 100644
--- a/mathcomp/fingroup/fingroup.v
+++ b/mathcomp/fingroup/fingroup.v
@@ -143,6 +143,9 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
+Declare Scope group_scope.
+Declare Scope Group_scope.
+
Delimit Scope group_scope with g.
Delimit Scope Group_scope with G.
diff --git a/mathcomp/fingroup/presentation.v b/mathcomp/fingroup/presentation.v
index af453aa..0137377 100644
--- a/mathcomp/fingroup/presentation.v
+++ b/mathcomp/fingroup/presentation.v
@@ -52,6 +52,9 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
+Declare Scope group_presentation.
+Declare Scope nt_group_presentation.
+
Import GroupScope.
Module Presentation.