From: Vyskocil Vladimir <vyskocil@math.unice.fr>
To: Caml list <caml-list@inria.fr>
Subject: Modules mutuellement recursifs ?
Date: Tue, 18 Nov 1997 11:41:05 +0100 [thread overview]
Message-ID: <347170C1.F92F478B@math.unice.fr> (raw)
Bonjour,
Est t'il possible de compiler des modules qui s'appelent mutuellement
en creant par exemple un module reunion ?
Soit
M1.ml :
let f x = if x = 0 then 0 else M2.g (x - 1)
M2.ml
let g x = if x = 0 then 1 else M1.f (x - 1)
Comment transformer ce petit exemple (en utilisant des foncteurs ?)
pour creer un module M qui donne acces aux fonctions M1.f et M2.g ?
(la solution triviale de tout mettre dans un seul fichier n'est pas
tres satisfaisante :)
Merci par avance
--
Vyskocil Vladimir
vyskocil@math.unice.fr
http://pcmath65.unice.fr/~vyskocil
http://www.inria.fr/safir/WHOSWHO/Vladimir.html
next reply other threads:[~1997-11-18 12:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-11-18 10:41 Vyskocil Vladimir [this message]
1997-11-18 13:52 ` Emmanuel Engel
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=347170C1.F92F478B@math.unice.fr \
--to=vyskocil@math.unice.fr \
--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