From: "Jacques Le Normand" <rathereasy@gmail.com>
To: "caml-list caml-list" <caml-list@yquem.inria.fr>
Subject: recursive types
Date: Sun, 23 Mar 2008 23:16:50 -0400 [thread overview]
Message-ID: <f74178430803232016g5953f457yf93502a81e30769a@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 595 bytes --]
hello again list
is it possible to have mutually recursive classes and types? I'm trying to
implement the zipper, and this is what I came up with:
class type node_wrapper =
object
method identify : string
method get_child_location : location
end
class virtual nodeable =
object(self)
method virtual to_node_wrapper : node_wrapper
end
type path = (nodeable list * location * nodeable list) option
and location = Loc of nodeable * path
which, of course, doesn't type check
a simpler test case would be
class a =
val b : c
end
type c = a
thanks for all the help so far!
--Jacques
[-- Attachment #2: Type: text/html, Size: 723 bytes --]
next reply other threads:[~2008-03-24 3:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-24 3:16 Jacques Le Normand [this message]
2008-03-24 3:51 ` [Caml-list] " Erik de Castro Lopo
2008-03-24 3:51 ` Erik de Castro Lopo
2008-03-24 8:37 ` Jeremy Yallop
2008-03-24 9:02 ` Remi Vanicat
[not found] <20050506044107.1698.70519.Mailman@yquem.inria.fr>
2005-11-15 22:44 ` Recursive types Swaroop Sridhar
-- strict thread matches above, loose matches on Subject: below --
2004-12-13 9:44 recursive types nakata keiko
1997-11-25 4:40 type recursifs et abreviations cyclique and Co Jason Hickey
1997-11-25 10:09 ` recursive types Xavier Leroy
1997-11-25 15:43 ` Jason Hickey
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=f74178430803232016g5953f457yf93502a81e30769a@mail.gmail.com \
--to=rathereasy@gmail.com \
--cc=caml-list@yquem.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