Re: [Caml-list] Constructors are not functions

2009-10-06 Thread Michel Mauny
n x -> bar x] >> instead of an error) > > I believe this is already the behaviour under the revised syntax, No it is not: # type t = [ C of int and int ]; type t = [ C of int and int ] # C; Error: The constructor C expects 2 argument(s), but is here app

Re: [Caml-list] Re: ocaml sefault in bytecode: unanswered questions

2009-08-09 Thread Michel Mauny
ulimit (for bash) before running your program. Best, -- Michel Mauny ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yaho

Re: [Caml-list] Issue to compile a program with camlp4 in OCaml 3.10.0

2008-09-23 Thread Michel Mauny
Hi, 2008/9/23 Сергей Плаксин <[EMAIL PROTECTED]> > > what is pa_op.cmo? It's a CamlP4 parser for the extension of ocaml classical syntax with streams parsers. Decoding proceeds as follows: "pa_" stands for parser, "o" for ocaml syntax, and "p" for stream parsers. -- MM

Re: [Caml-list] Array copying in OCaml

2008-07-29 Thread Michel Mauny
g reports: http://caml.inria.fr/bin/caml-bugs -- Michel Mauny ENSTA (+33) 1 4552 5388 (ENSTA) (+33) 1 3963 5796 (INRIA) ___ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archive

Re: [Caml-list] ocaml parser

2008-07-02 Thread Michel Mauny
Christophe Raffalli écrit/writes [07/01/2008 06:34 PM] : Is it a bug to have any difference between both ocaml parser (with "-pp camlp4o" or without) ? In some situations yes, in others no. I expected that everything that compiles with ocamlc should compile with ocamlc -pp camlp4o (the oppos