aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/ssrint.v
diff options
context:
space:
mode:
authorCyril Cohen2020-11-19 21:37:27 +0100
committerGitHub2020-11-19 21:37:27 +0100
commit0dbefe01e54a467b7932a514355f0435b4cfb978 (patch)
tree20f7b58ca7d379faf4cc4ddeb435744e7d87a3a6 /mathcomp/algebra/ssrint.v
parent75da4dbbf2fa6ca6ee150d272d3a793bff63c931 (diff)
parentc83609826d97afda6b11b227207f461cf077a0d5 (diff)
Merge pull request #656 from affeldt-aist/declare_scopes
add declare scopes
Diffstat (limited to 'mathcomp/algebra/ssrint.v')
-rw-r--r--mathcomp/algebra/ssrint.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/algebra/ssrint.v b/mathcomp/algebra/ssrint.v
index ca5a5e8..aa899b2 100644
--- a/mathcomp/algebra/ssrint.v
+++ b/mathcomp/algebra/ssrint.v
@@ -40,6 +40,10 @@ Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
+Declare Scope int_scope.
+Declare Scope distn_scope.
+Declare Scope rat_scope.
+
Reserved Notation "n %:Z" (at level 2, left associativity, format "n %:Z").
Reserved Notation "n = m :> 'in' 't'"
(at level 70, m at next level, format "n = m :> 'in' 't'").