Skip to content

Commit 871934b

Browse files
committed
fix Scope
1 parent 5009a99 commit 871934b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theories/Reals/Zfloor.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Require Import Rbase Rfunctions Lra Lia.
99

10-
Open Scope R_scope.
10+
Local Open Scope R_scope.
1111

1212
Definition Zfloor (x : R) := (up x - 1)%Z.
1313

0 commit comments

Comments
 (0)