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 LAA04348; Mon, 29 Mar 2004 11:35:17 +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 LAA04133 for ; Mon, 29 Mar 2004 11:35:15 +0200 (MET DST) From: fis@wiwi.hu-berlin.de Received: from miro.wiwi.hu-berlin.de (miro.wiwi.hu-berlin.de [141.20.103.80]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i2T9ZEHd032393 for ; Mon, 29 Mar 2004 11:35:15 +0200 Received: from mini (miro [141.20.103.80]) by miro.wiwi.hu-berlin.de (8.11.7+Sun/8.8.6) with ESMTP id i2T9ZEp03851 for ; Mon, 29 Mar 2004 11:35:14 +0200 (MET DST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16487.60787.223815.927390@gargle.gargle.HOWL> Date: Mon, 29 Mar 2004 11:33:39 +0200 To: caml-list@inria.fr Subject: [Caml-list] [Q] explicit typing again X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; annotate:01 matthias:01 int:01 int:01 explicit:03 explicit:03 typing:03 typing:03 anybody:03 let:04 let:04 probably:05 fis:84 really:15 but:16 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk X-Status: X-Keywords: X-UID: 405 hi, sorry, but i am really enthusiastic about explicit typing. i will probably start to annotate expressions like "3" soon... (-: could anybody tell me how i get this one straight? # let (a: int, b) = (1, 3) in a;; # let (a, b) : int * int = (1, 3) in a;; thanks a lot, matthias ------------------- 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