Re: [Caml-list] ocamldoc and module signature

2009-01-05 Thread Maxence Guesdon
On Mon, 22 Dec 2008 16:44:26 +0100 Philippe Veber philippe.ve...@googlemail.com wrote: Hi, Hello, I'm a little bit puzzled with the behavior of ocamldoc (3.10.2 and 3.11.0) on the following file : a.ml : module M : sig val l : int list end = struct let l = [] end

[Caml-list] camlp4 blog posts

2009-01-05 Thread Jake Donham
Hi list, I've started a series of blog posts about Camlp4, containing things learned the hard way, with pointers into the Camlp4 source. Hope you find them interesting and useful. I would be grateful for comments and corrections. http://ambassadortothecomputers.blogspot.com/ Jake

Re: [Caml-list] camlp4 blog posts

2009-01-05 Thread Richard Jones
On Mon, Jan 05, 2009 at 10:40:05AM -0800, Jake Donham wrote: Hi list, I've started a series of blog posts about Camlp4, containing things learned the hard way, with pointers into the Camlp4 source. Hope you find them interesting and useful. I would be grateful for comments and corrections.

Re: [Caml-list] Wanted: your feedback on the hierarchy of OCaml Batteries Included

2009-01-05 Thread David Teller
Hi Benedikt, You're right, we should make this kind of decision. For the moment, we are focusing on different issues (e.g. standardising I/O, enumerations, module names, etc), in an effort to obtain a base relatively fast, something which could be tested both with existing code and new

[Caml-list] Re: camlp4 blog posts

2009-01-05 Thread Sylvain Le Gall
On 05-01-2009, Jake Donham j...@donham.org wrote: Hi list, I've started a series of blog posts about Camlp4, containing things learned the hard way, with pointers into the Camlp4 source. Hope you find them interesting and useful. I would be grateful for comments and corrections.

Re: [Caml-list] camlp4 blog posts

2009-01-05 Thread blue storm
On 1/5/09, Jake Donham j...@donham.org wrote: Hi list, I've started a series of blog posts about Camlp4, containing things learned the hard way, with pointers into the Camlp4 source. Hope you find them interesting and useful. I would be grateful for comments and corrections.