[Caml-list] proposition to create a core-caml-list

2009-04-09 Thread Colonna Francois
Hello, Would it be possible to open another mailing list only devoted to the ``Core Caml`` aspects of OCaml ? Being restricted to purely functional programming topics (functions, data types, modules, etc), this list would be lighter and reading it would hopefully be much less time consuming. I

[Caml-list] Unbound constructor message

2008-11-13 Thread Colonna Francois
Hello, the error message "Unbound constructor A.a" does not tell if module A is currently accessible or not. This makes programmers uncomfortable. Is there any reason not to add this precision ? Thanks François Colonna ___ Caml-list mailing lis

Re: [Caml-list] Private type syntax and error message

2008-09-12 Thread Colonna Francois
Le vendredi 12 septembre 2008 à 15:43 +0200, Colonna Francois a écrit : > Hello, > > if, as I found in the documentation, I write : > > # type my_int = private int;; > > I get the message : "This fixed type is not an object or variant" > > 1. The message

[Caml-list] Private type syntax and error message

2008-09-12 Thread Colonna Francois
Hello, if, as I found in the documentation, I write : # type my_int = private int;; I get the message : "This fixed type is not an object or variant" 1. The message is very obscure 2. why this syntax is not implemented as it should be ? Best, François Colonna __