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 RAA21731; Wed, 10 Oct 2001 17:25:34 +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 RAA21717 for ; Wed, 10 Oct 2001 17:25:34 +0200 (MET DST) Received: from hal-4.inet.it (hal-4.inet.it [213.92.5.23]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f9AFPX104571 for ; Wed, 10 Oct 2001 17:25:33 +0200 (MET DST) Received: (from root@localhost) by hal-4.inet.it (8.11.1/8.11.1) id f9AFPPs145706 for ; Wed, 10 Oct 2001 17:25:25 +0200 Received: from unknown(194.185.164.88) by hal-4.inet.it via I-SMTP id s-194.185.164.88-L7r1cK; Wed Oct 10 17:25:24 2001 From: "Stefano Lanzavecchia" To: Subject: RE: [Caml-list] Re: [Caml-announce] OCamldoc Date: Wed, 10 Oct 2001 17:25:16 +0200 Message-ID: <001501c1519f$c88ae400$58a4b9c2@MADOKA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <13596.1002726737@saul.cis.upenn.edu> Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Is there *anyone* that wants to write > > (* Comment for f *) > val f : t > (* Comment for g *) > val g : t' You mean, anyone who normally, when writing programs, either puts the comment before the thing being commented, or val f : t (* Comment for f *) val g : t' (* Comment for g *) on the same line as the thing being commented? Yes, that's me. I consistently either put the comment on the lines before or on the same line as. If I ever need to put a comment after the thing being commented I use big warnings in my source code listings, to indicate that I am talking about what appears before (read: above) the line containing the comment. WARNING: I am not an OCaml programmer. I program in other languages and only follow this maillist because I'd love to learn enough OCaml to use to solve some of my problems. -- WildHeart'2k1 - mailto:stf@apl.it Homepage: http://come.to/wildheart/ <<>> ------------------- 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