Re: [Caml-list] A strange typing error with polymorphic variants

2009-10-27 Thread Jake Donham
On Tue, Oct 27, 2009 at 3:28 AM, Marc de Falco m...@de-falco.fr wrote: Hi, I've come across a very strange error, and I'm not sure if it is a bug or a feature. The following code : type 'a p = R of 'a t | E of float     and 'a t = { mutable p : 'a p; c : 'a } let f =     let x = sqrt(2.0)

Re: [Caml-list] A strange typing error with polymorphic variants

2009-10-27 Thread Vincent Aravantinos
Le 27 oct. 09 à 19:24, Jake Donham a écrit : On Tue, Oct 27, 2009 at 3:28 AM, Marc de Falco m...@de-falco.fr wrote: The following code : type 'a p = R of 'a t | E of float and 'a t = { mutable p : 'a p; c : 'a } let f = let x = sqrt(2.0) in fun () - { c = `A; p = E 0.0 }

Re: [Caml-list] A strange typing error with polymorphic variants

2009-10-27 Thread Vincent Aravantinos
Oops, I pushed send button too early. Le 27 oct. 09 à 19:38, Vincent Aravantinos a écrit : Le 27 oct. 09 à 19:24, Jake Donham a écrit : On Tue, Oct 27, 2009 at 3:28 AM, Marc de Falco m...@de-falco.fr wrote: The following code : type 'a p = R of 'a t | E of float and 'a t = { mutable p :

[Caml-list] OCaml Meeting 2010 3rd and last call to answer the poll

2009-10-27 Thread Sylvain Le Gall
Hello,

Re: [Caml-list] xpath or alternatives

2009-10-27 Thread Daniel Bünzli
Sorry for the late reply. On Wed, Sep 30, 2009 at 01:00:15AM +0200, Mikkel Fahnøe Jørgensen wrote: Otherwise there is xmlm which is self-contained in single xml file, and as I recall, has some sort of zipper navigator. (I initially intended to use it before deciding on the json format): The