caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Andre Nathan <andre@digirati.com.br>
To: Gabriel Scherer <gabriel.scherer@gmail.com>
Cc: Arnaud Spiwack <aspiwack@lix.polytechnique.fr>, caml-list@inria.fr
Subject: Re: [Caml-list] What am I reinventing here?
Date: Tue, 14 Feb 2012 08:24:00 -0200	[thread overview]
Message-ID: <1329215040.13129.3.camel@andre> (raw)
In-Reply-To: <CAPFanBFtLh7rkmUdv4iXzSsMdMckr0FX_uKqenDAsX53oOwZiQ@mail.gmail.com>

On Tue, 2012-02-14 at 11:09 +0100, Gabriel Scherer wrote:
> Here is an attempt at a functor translation. Note that's it's mostly a
> glorified way to do exactly the same thing. Passing a module or a
> record of operation is not very different; yet a module can carry
> types so you don't have to parametrize your operations explicitly.

Thank you Gabriel.

> module Make (O : OPS) = struct
>   let foo = O.bar_of_foo
>   let bar = O.foo_of_bar
> end

Would it be correct to say that it isn't possible to specify a signature
S for the output module like

module Make (O : OPS) : S = struct
  ...
end

that would still make pattern-matching outside of the module possible?

Thanks,
Andre


  reply	other threads:[~2012-02-14 10:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-13 23:33 Andre Nathan
2012-02-14  7:03 ` Arnaud Spiwack
2012-02-14  9:59   ` Andre Nathan
2012-02-14 10:09     ` Gabriel Scherer
2012-02-14 10:24       ` Andre Nathan [this message]
2012-02-14 10:39         ` Gabriel Scherer
2012-02-14 11:05           ` Andre Nathan

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=1329215040.13129.3.camel@andre \
    --to=andre@digirati.com.br \
    --cc=aspiwack@lix.polytechnique.fr \
    --cc=caml-list@inria.fr \
    --cc=gabriel.scherer@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;
as well as URLs for NNTP newsgroup(s).