On Tue, Sep 30, 2003 at 06:11:21PM +0200, Claudio Sacerdoti Coen wrote: > > > In case some package becomes unbuildable, it is possible to manually > > > insert parentheses to disambiguate the parsing. The parentheses should > > > not affect MD5 sums w.r.t. the files without the parentheses in a bug > > > fixed version of camlp4. > > > > Mmm again, i am not fluent in camlp4, so someone more knowledgeable than > > me will have to fix this. > > Nor do I, but the fix has nothing to do with camlp4. It is about plain ocaml > files that are compiled using camlp4 as a preprocessor (using the -pp > option). > > Example: > > A.mli > val f : (?a:bool -> int -> int) -> int > > should be manually changed to > > A.mli > val f : (?a:bool -> (int -> int)) -> int > > if it is compiled with the -pp option to invoke camlp4.
Mmm, we can do that, i guess. Friendly, Sven Luther

