diff options
| -rw-r--r-- | theories/FSets/Int.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/FSets/Int.v b/theories/FSets/Int.v index 534934a70c..ee8b245619 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. |
