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 RAA22100; Wed, 25 Jun 2003 17:13:12 +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 RAA21975 for ; Wed, 25 Jun 2003 17:13:10 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h5PFDAj11678 for ; Wed, 25 Jun 2003 17:13:10 +0200 (MET DST) Received: from tintin.inria.fr (tintin.inria.fr [128.93.24.126]) by pauillac.inria.fr (8.7.6/8.7.3) with SMTP id RAA21850 for ; Wed, 25 Jun 2003 17:13:09 +0200 (MET DST) Date: Wed, 25 Jun 2003 17:13:09 +0200 From: Maxence Guesdon To: caml-list@inria.fr Subject: Re: [Caml-list] ocaml doc Message-Id: <20030625171309.362f5fd4.maxence.guesdon@inria.fr> In-Reply-To: <3EEEFB6E.1050002@ozemail.com.au> References: <3EEEFB6E.1050002@ozemail.com.au> Organization: INRIA X-Mailer: Sylpheed version 0.8.11claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; maxence:01 guesdon:01 caml-list:01 overflows:01 indented:01 val:01 ocaml:01 overflow:02 signatures:02 types:03 margin:95 output:05 cvs:05 minor:07 comment:08 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Minor qibble: the html formatting of > function signatures isn't very sweet. > When one overflows, the new line starts > hard on the left margin (it should be indented). > Also, if there is going to be an overflow, > all the components at the top level should be > on a separate line like: > > val f: > A -> > > B -> > C -> > D > > or perhaps > > val f: > A > -> B (* comment .. *) > -> C (* comment .. *) The output is ok for values, but was left-flushed for types. This is corrected in the CVS version. -- Maxence Guesdon ------------------- 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