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 UAA31524; Mon, 5 Aug 2002 20:25:27 +0200 (MET DST) 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 UAA31290 for ; Mon, 5 Aug 2002 20:25:26 +0200 (MET DST) Received: from dewberry.cc.columbia.edu (dewberry.cc.columbia.edu [128.59.59.68]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g75IPPD05452 for ; Mon, 5 Aug 2002 20:25:25 +0200 (MET DST) Received: from there (tw304h3.cpmc.columbia.edu [156.111.84.180]) by dewberry.cc.columbia.edu (8.9.3/8.9.3) with SMTP id OAA25789 for ; Mon, 5 Aug 2002 14:25:24 -0400 (EDT) Message-Id: <200208051825.OAA25789@dewberry.cc.columbia.edu> Content-Type: text/plain; charset="iso-8859-1" From: Oleg To: "OCaml" Subject: Re: [Caml-list] Matching when Date: Mon, 5 Aug 2002 14:25:36 -0400 X-Mailer: KMail [version 1.3.2] References: <000f01c23c62$3ec98150$0700a8c0@warp> In-Reply-To: <000f01c23c62$3ec98150$0700a8c0@warp> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Monday 05 August 2002 05:26 am, Nicolas Cannasse wrote: > match e with > > | Any > | Int x when x > 0 -> > >         .... (* here we don't use x *) > > | .... What is "Any" ? I looked in the keywords, values and types indexes of the O'Caml manual, and I did not find the answer. Thanks Oleg ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners