From: Lex Stein <stein@eecs.harvard.edu>
To: caml-list@inria.fr
Subject: [Caml-list] polymorphic methods in objects?
Date: Tue, 3 Jun 2003 23:07:35 -0400 (EDT) [thread overview]
Message-ID: <Pine.BSF.4.51.0306032259480.25909@bowser.eecs.harvard.edu> (raw)
Hi,
Why can't objects have polymorphic methods ? I'm trying a compile and
ocamlc gets upset because I have a method with an unbound type in its
signature (see below for ocamlc error output).
Must methods be type paramaterized through some kind of a template
mechanism? This seems a bit limiting: the methods of an object would have
their type signature fixed across the lifetime of an object.
method dummy_init : 'a -> unit
method dump : out_channel -> unit
method init : unit -> unit
method join : string -> unit
method null : unit -> unit
method resolv : string -> hmap option
end
The method dummy_init has type 'a -> unit where 'a is unbound
make: *** [pastry.cmo] Error 2
Thanks,
Lex
---
Lex Stein http://www.eecs.harvard.edu/~stein/
Harvard Computer Science TEL: 617-495-5973
-------------------
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
next reply other threads:[~2003-06-04 3:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-04 3:07 Lex Stein [this message]
2003-06-04 3:31 ` Nicolas Cannasse
2003-06-04 17:30 ` Karl Zilles
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.BSF.4.51.0306032259480.25909@bowser.eecs.harvard.edu \
--to=stein@eecs.harvard.edu \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox