caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Ocaml 3.07+2: no support for optional arguments to classes
@ 2003-10-23 10:37 Alex Baretta
  2003-10-23 12:11 ` Basile Starynkevitch
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Baretta @ 2003-10-23 10:37 UTC (permalink / raw)
  To: Ocaml

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-23 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-23 10:37 [Caml-list] Ocaml 3.07+2: no support for optional arguments to classes Alex Baretta
2003-10-23 12:11 ` Basile Starynkevitch
2003-10-23 15:47   ` Alex Baretta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).