From 58962f43da831ecb27d25703d52962599ea8ed23 Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 30 May 2012 17:08:12 +0000 Subject: Functions *_beq aren't generated anymore, remove comments about them git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15402 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/NArith/BinNatDef.v | 4 ---- 1 file changed, 4 deletions(-) (limited to 'theories/NArith') diff --git a/theories/NArith/BinNatDef.v b/theories/NArith/BinNatDef.v index d7660422a..b95c9b4bc 100644 --- a/theories/NArith/BinNatDef.v +++ b/theories/NArith/BinNatDef.v @@ -116,10 +116,6 @@ Infix "?=" := compare (at level 70, no associativity) : N_scope. (** Boolean equality and comparison *) -(** Nota: this [eqb] is not convertible with the generated [N_beq], - since the underlying [Pos.eqb] differs from [positive_beq] - (cf BinIntDef). *) - Fixpoint eqb n m := match n, m with | 0, 0 => true -- cgit v1.2.3