diff options
| -rw-r--r-- | theories/ZArith/Zminmax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zminmax.v b/theories/ZArith/Zminmax.v index c311c7ce9d..a862c56193 100644 --- a/theories/ZArith/Zminmax.v +++ b/theories/ZArith/Zminmax.v @@ -10,7 +10,7 @@ Require Import Zmin Zmax. Require Import BinInt Zorder. -Open Scope Z_scope. +Open Local Scope Z_scope. (** *** Lattice properties of min and max on Z *) |
