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/algebra/mxalgebra.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mathcomp/algebra/mxalgebra.v') diff --git a/mathcomp/algebra/mxalgebra.v b/mathcomp/algebra/mxalgebra.v index 7899a62..cc3c6c6 100644 --- a/mathcomp/algebra/mxalgebra.v +++ b/mathcomp/algebra/mxalgebra.v @@ -135,6 +135,8 @@ Set Implicit Arguments. Unset Strict Implicit. Unset Printing Implicit Defensive. +Declare Scope matrix_set_scope. + Import GroupScope. Import GRing.Theory. Local Open Scope ring_scope. -- cgit v1.2.3