From c83609826d97afda6b11b227207f461cf077a0d5 Mon Sep 17 00:00:00 2001 From: Reynald Affeldt Date: Thu, 19 Nov 2020 19:18:39 +0900 Subject: add declare scopes --- mathcomp/solvable/gfunctor.v | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'mathcomp/solvable/gfunctor.v') diff --git a/mathcomp/solvable/gfunctor.v b/mathcomp/solvable/gfunctor.v index 3417d84..2fcb8ac 100644 --- a/mathcomp/solvable/gfunctor.v +++ b/mathcomp/solvable/gfunctor.v @@ -81,12 +81,14 @@ From mathcomp Require Import quotient gproduct. (* structures when F1 is monotonic or hereditary, respectively. *) (******************************************************************************) -Import GroupScope. - Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. +Declare Scope gFun_scope. + +Import GroupScope. + Delimit Scope gFun_scope with gF. Module GFunctor. -- cgit v1.2.3