From 1b701c4f6f6ebf9fc39720fdb3c2990cfc884766 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 17 Jul 2013 16:10:41 +0000 Subject: "Boolean Equality" and "Case Analysis" are already off by default... ... no need to Unset them manually git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16631 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/PArith/BinPos.v | 2 -- theories/PArith/BinPosDef.v | 2 -- 2 files changed, 4 deletions(-) (limited to 'theories/PArith') diff --git a/theories/PArith/BinPos.v b/theories/PArith/BinPos.v index aa065e3c5..7f478546e 100644 --- a/theories/PArith/BinPos.v +++ b/theories/PArith/BinPos.v @@ -23,8 +23,6 @@ Require Export BinPosDef. are now defined in [BinNums.v] *) Local Open Scope positive_scope. -Local Unset Boolean Equality Schemes. -Local Unset Case Analysis Schemes. (** Every definitions and early properties about positive numbers are placed in a module [Pos] for qualification purpose. *) diff --git a/theories/PArith/BinPosDef.v b/theories/PArith/BinPosDef.v index 6d85f0723..61bee69f8 100644 --- a/theories/PArith/BinPosDef.v +++ b/theories/PArith/BinPosDef.v @@ -30,8 +30,6 @@ Notation "p ~ 0" := (xO p) (at level 7, left associativity, format "p '~' '0'") : positive_scope. Local Open Scope positive_scope. -Local Unset Boolean Equality Schemes. -Local Unset Case Analysis Schemes. Module Pos. -- cgit v1.2.3