From: "blue storm" <bluestorm.dylc@gmail.com>
To: "mohamed iguernelala" <mohamed.iguernelala@yahoo.fr>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Multiple value declaration in .mli file
Date: Fri, 15 Aug 2008 03:23:27 +0200 [thread overview]
Message-ID: <527cf6bc0808141823q392196c1jaff6f6a7d5b9bcee@mail.gmail.com> (raw)
In-Reply-To: <186665.42946.qm@web28108.mail.ukl.yahoo.com>
[-- Attachment #1: Type: text/plain, Size: 292 bytes --]
I guess you need it to mirror the value shadowing on the implementation side
:
include Foo
let bar = baz
This is legal if Foo already defines bar, and most of the time desired and
useful.
In the interface file you'll want to write :
include FOO (* Foo's signature *)
val bar : ...
[-- Attachment #2: Type: text/html, Size: 389 bytes --]
prev parent reply other threads:[~2008-08-15 1:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-14 16:25 mohamed iguernelala
2008-08-15 1:23 ` blue storm [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=527cf6bc0808141823q392196c1jaff6f6a7d5b9bcee@mail.gmail.com \
--to=bluestorm.dylc@gmail.com \
--cc=caml-list@yquem.inria.fr \
--cc=mohamed.iguernelala@yahoo.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