Browse thread
[Caml-list] Ocaml 3.07+2: no support for optional arguments to classes
- Alex Baretta
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alex Baretta <alex@b...> |
| Subject: | [Caml-list] Ocaml 3.07+2: no support for optional arguments to classes |
I am unable to get the following code to compile. class xcaml_conf : ?string -> ?xcaml_configuration -> Netcgi_types.cgi_activation -> object method config : xcaml_configuration method cgi : # Xcaml_cgi.xcaml_cgi_activation method mem : Parse_config.varname -> bool method argument_value : Parse_config.varname -> string end Apparently neither the ocamlc parser nor camlp4o accept optional arguments to classes. Is this in any way desirable or is this just an ommission which could be fixed in the next release? Alex ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners