aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets
diff options
context:
space:
mode:
Diffstat (limited to 'theories/FSets')
-rw-r--r--theories/FSets/Int.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/FSets/Int.v b/theories/FSets/Int.v
index 534934a70..ee8b24561 100644
--- a/theories/FSets/Int.v
+++ b/theories/FSets/Int.v
@@ -23,10 +23,10 @@
Require Import ZArith.
Require Import ROmega.
+Delimit Scope Int_scope with I.
Module Type Int.
- Delimit Scope Int_scope with I.
Open Scope Int_scope.
Parameter int : Set.