From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA21057; Thu, 8 Nov 2001 17:17:20 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA20607 for ; Thu, 8 Nov 2001 17:17:19 +0100 (MET) Received: from leia.mandrakesoft.com (office.mandrakesoft.com [195.68.114.34]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id fA8GHIX27880 for ; Thu, 8 Nov 2001 17:17:19 +0100 (MET) Received: by leia.mandrakesoft.com (Postfix, from userid 505) id AAA205737; Thu, 8 Nov 2001 17:14:54 +0100 (CET) To: "Rolf Wester" Cc: caml-list@inria.fr Subject: Re: [Caml-list] Warning: this match case is unused. References: <3BEAB901.19333.21ACF8D8@localhost> From: Pixel Date: 08 Nov 2001 17:14:54 +0100 In-Reply-To: <3BEAB901.19333.21ACF8D8@localhost> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk "Rolf Wester" writes: > match n with > n0 -> 1; > | _ -> 0;; make it match n with n0' when n0 = n0' -> 1; | _ -> 0;; :) ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr