From: "Daniel Bünzli" <daniel.buenzli@epfl.ch>
To: Till Varoquaux <till.varoquaux@gmail.com>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Type equalities in sub modules
Date: Wed, 3 Jan 2007 00:31:29 +0100 [thread overview]
Message-ID: <E3AC8CB4-1D87-4AEA-934D-746837EB7D8F@epfl.ch> (raw)
In-Reply-To: <9d3ec8300701021456q5a8475bbkc5165ee5572ae7eb@mail.gmail.com>
You are right, that's one way to solve the problem I didn't think about.
> module rec M : sig
> type t = int
> module B : sig type t = M.t end
> end = struct
> type t = int
> module B = struct type t = M.t end\x13
> end ;;
Thanks,
Daniel
prev parent reply other threads:[~2007-01-02 23:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-31 9:35 Daniel Bünzli
2007-01-02 12:50 ` [Caml-list] " Hendrik Tews
2007-01-02 22:56 ` Till Varoquaux
2007-01-02 23:31 ` Daniel Bünzli [this message]
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=E3AC8CB4-1D87-4AEA-934D-746837EB7D8F@epfl.ch \
--to=daniel.buenzli@epfl.ch \
--cc=caml-list@yquem.inria.fr \
--cc=till.varoquaux@gmail.com \
/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