diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2013-07-17 16:10:41 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2013-07-17 16:10:41 +0000 |
commit | 1b701c4f6f6ebf9fc39720fdb3c2990cfc884766 (patch) | |
tree | 78a04526973c7d733ea5c91c6cec0c852316109e /theories/PArith | |
parent | 466c4cbacfb5ffb19ad9a042af7ab1f43441f925 (diff) |
"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
Diffstat (limited to 'theories/PArith')
-rw-r--r-- | theories/PArith/BinPos.v | 2 | ||||
-rw-r--r-- | theories/PArith/BinPosDef.v | 2 |
2 files changed, 0 insertions, 4 deletions
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. |