From: Dan Bensen <danbensen@att.net>
To: Jeremy Yallop <yallop@gmail.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] trying to localize a functor/signature mismatch
Date: Tue, 10 Jul 2012 04:20:44 -0700 (PDT) [thread overview]
Message-ID: <1341919244.76851.YahooMailRC@web180010.mail.gq1.yahoo.com> (raw)
In-Reply-To: <CAAxsn=F-aJxXnrTyV2Yv2B+sJXu+ukMUe3rkhg3QZ8jPYjs19Q@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 320 bytes --]
> This line:
> module Make (Reader: READER.T): PST = struct
> says that Make is a functor that takes a READER.T and
> returns a PST. You want to say instead that Make is a
> functor of type PST, so you should change it to
> module Make : PST = functor (Reader: READER.T) -> struct
Yep, that's it. Thanks a lot :)
[-- Attachment #2: Type: text/html, Size: 582 bytes --]
prev parent reply other threads:[~2012-07-10 11:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-10 9:30 Dan Bensen
2012-07-10 10:22 ` Jeremy Yallop
2012-07-10 11:20 ` Dan Bensen [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=1341919244.76851.YahooMailRC@web180010.mail.gq1.yahoo.com \
--to=danbensen@att.net \
--cc=caml-list@inria.fr \
--cc=yallop@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