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/Numbers/BinNums.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'theories/Numbers') 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". -- cgit v1.2.3