From: "Geoffrey Romer" <geoff.romer@gmail.com>
To: caml-list@inria.fr
Subject: Fwd: "ocaml_beginners"::[] Trouble combining polymorphic classes and polymorphic methods
Date: Tue, 27 Feb 2007 13:22:23 -0800 [thread overview]
Message-ID: <301730110702271322m72d20cffh37bddb14dc91b6f9@mail.gmail.com> (raw)
In-Reply-To: <301730110702251747y72ae9fbdqd33bd8d08293cbe3@mail.gmail.com>
[escalated from ocaml_beginners, where I got no response]
I'm trying to create a polymorphic class 'a foo which has a
polymorphic method that takes as a parameter another foo object, but
one with arbitrary type. In other words, something like this:
class virtual ['a] foo =
object (self)
method virtual bar : 'b. 'b foo -> unit
end;;
When I try to compile this, though, I get a warning that I "cannot
quantify 'b because it escapes this scope". When I drop the " 'b. " it
compiles fine, but the reported type for bar is 'a foo -> unit; i.e.
it's no longer polymorphic.
Is there a problem with trying to make a method polymorphic with
respect to the class type in this way? How can I make this work?
next parent reply other threads:[~2007-02-27 21:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <301730110702251747y72ae9fbdqd33bd8d08293cbe3@mail.gmail.com>
2007-02-27 21:22 ` Geoffrey Romer [this message]
2007-02-28 0:23 ` [Caml-list] " Jacques Garrigue
2007-02-28 1:18 ` Lukasz Stafiniak
2007-02-28 1:34 ` Jacques Garrigue
2007-02-28 1:57 ` skaller
2007-02-28 3:23 ` Daniel Bünzli
2007-02-28 4:01 ` Jacques Garrigue
2007-02-28 5:09 ` skaller
2007-02-28 13:47 ` Daniel Bünzli
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=301730110702271322m72d20cffh37bddb14dc91b6f9@mail.gmail.com \
--to=geoff.romer@gmail.com \
--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