Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Anton Lavrik <asl@tercom.ru>
To: caml-list@inria.fr
Subject: [Caml-list] Mutual recursion between classes and types in OCaml
Date: Sat, 21 Jun 2003 18:55:34 +0400	[thread overview]
Message-ID: <20030621145534.GA3820@polymorph.dorms.spbu.ru> (raw)


Hi,

I suppose it's quite useful to define object types and "ordinary" types, so
that they could refer to each other. For example,

	class c = 
	object val v = A 0	(* constructor `A' is not bound *)
	end 

	[...] (* some syntactic construct like `and' keyword *)

	type t = A of int | B of c (* now type `t' and constructor `A' are
	defined *)
	
	
It is possible to mix these two type definition forms in sequential order.
And AFAIK it's not possible to define types like in the example above,
at least in direct manner (however one can use polymorphic classes and
virtualization to achieve analogous results, but this is very
inconvenient in general).

So why mutual recursion between classes and types is not allowed? Is this
fundamental or technical problem? I can't find any references denoting that
problem.

BTW, what does `-rectypes' ocamlc's option really mean (there are quite a
few words about it in reference manual)? And how does it concern the
subject?

-- 
Regards, Anton.

-------------------
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


             reply	other threads:[~2003-06-21 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-21 14:55 Anton Lavrik [this message]
2003-06-23  1:14 ` Jacques Garrigue

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=20030621145534.GA3820@polymorph.dorms.spbu.ru \
    --to=asl@tercom.ru \
    --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