aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/FSets
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-18 12:48:00 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-18 12:48:00 +0000
commit5da58d3836b8357faa186b16e1c5b1f970cf50ea (patch)
tree35d3453896e1c22700c444ad655b0244201de565 /theories/FSets
parenta9038c27410553e959b8e727bc49e265e4823884 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8829 85f007b7-540e-0410-9357-904b9bb8a0f7
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.