From: Jeremy Yallop <yallop@gmail.com>
To: "Stéphane Glondu" <steph@glondu.net>
Cc: caml users <caml-list@inria.fr>,
Debian Ocaml Maint ML <debian-ocaml-maint@lists.debian.org>,
790062@bugs.debian.org
Subject: Re: [Caml-list] Change in typing between OCaml 4.01.0 and 4.02.2...
Date: Fri, 26 Jun 2015 20:15:29 +0100 [thread overview]
Message-ID: <CAAxsn=HfvGBMz_UKT99X8=j5gZ1J8Uj-Z=f2aJi9h_5gEKLsKw@mail.gmail.com> (raw)
In-Reply-To: <558D94EB.3020902@glondu.net>
On 26 June 2015 at 19:07, Stéphane Glondu <steph@glondu.net> wrote:
> $ cat query.mli
> val make : #App.t -> unit
> $ cat app.ml
[...]
> Query.make self;
[...]
> With OCaml 4.02.2, I get the following error message:
>
> File "app.ml", line 15, characters 6-12:
> Error: This expression has type App.status
> It has no method pop
>
> which looks wrong. With OCaml 4.01.0, there is no error.
>
> Does anyone understand what is going on?
I think this is a result of tighter checks against self-references
when compiling modules:
http://caml.inria.fr/mantis/view.php?id=6886
next prev parent reply other threads:[~2015-06-26 19:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 18:07 Stéphane Glondu
2015-06-26 19:15 ` Jeremy Yallop [this message]
2015-06-28 9:44 ` Jacques Garrigue
2015-06-28 17:04 ` Stéphane Glondu
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='CAAxsn=HfvGBMz_UKT99X8=j5gZ1J8Uj-Z=f2aJi9h_5gEKLsKw@mail.gmail.com' \
--to=yallop@gmail.com \
--cc=790062@bugs.debian.org \
--cc=caml-list@inria.fr \
--cc=debian-ocaml-maint@lists.debian.org \
--cc=steph@glondu.net \
/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