On Fri, Oct 03, 2003 at 10:17:23AM +0200, Martin Pitt wrote: > [ I've sent this already last night, but the mail seems to be stuck > somewhere. So I just try it again, sorry if it appears twice -- Martin] > > Hi Ocaml maintainers! > > After looking for 3.07-2 on the FTP servers eagerly every half an hour > :-) I could finally download it. I updated planets against Sven's > package at p.d.o, thus it is modified in a way that it works with the > camlp4 bug. So I wanted to check it against the official package, > which was _said_ to be patched, wasn't it? > > But SNAFU: What do I have to see? > > ------------ snip -------------- > [EMAIL PROTECTED]:~$ ocaml camlp4o.cma > Objective Caml version 3.07 > > Camlp4 Parsing version 3.07 > > # type t = f:int -> int -> int;; > type t = (f:int -> int) -> int > # > ------------ snip -------------- > > ... although it should be f:int -> ( int -> int ), as stated in the > Ocaml manual (-> is right associative)?
Not cool. Could you please fill a bug report about this in the caml BTS so that it get fixed ? Friendly, Sven Luther

