aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/fingroup
diff options
context:
space:
mode:
authorCyril Cohen2020-11-19 21:37:27 +0100
committerGitHub2020-11-19 21:37:27 +0100
commit0dbefe01e54a467b7932a514355f0435b4cfb978 (patch)
tree20f7b58ca7d379faf4cc4ddeb435744e7d87a3a6 /mathcomp/fingroup
parent75da4dbbf2fa6ca6ee150d272d3a793bff63c931 (diff)
parentc83609826d97afda6b11b227207f461cf077a0d5 (diff)
Merge pull request #656 from affeldt-aist/declare_scopes
add declare scopes
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.