From 5da58d3836b8357faa186b16e1c5b1f970cf50ea Mon Sep 17 00:00:00 2001 From: letouzey Date: Thu, 18 May 2006 12:48:00 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8829 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/FSets/Int.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3