aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-17 16:10:41 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-07-17 16:10:41 +0000
commit1b701c4f6f6ebf9fc39720fdb3c2990cfc884766 (patch)
tree78a04526973c7d733ea5c91c6cec0c852316109e /theories/Numbers
parent466c4cbacfb5ffb19ad9a042af7ab1f43441f925 (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/Numbers')
-rw-r--r--theories/Numbers/BinNums.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Numbers/BinNums.v b/theories/Numbers/BinNums.v
index aab2c14fa..6a521d6b6 100644
--- a/theories/Numbers/BinNums.v
+++ b/theories/Numbers/BinNums.v
@@ -9,8 +9,6 @@
(** * Binary Numerical Datatypes *)
Set Implicit Arguments.
-(* For compatibility, we will not use generic equality functions *)
-Local Unset Boolean Equality Schemes.
Declare ML Module "z_syntax_plugin".