caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: David Allsopp <dra-news@metastack.com>
To: Leo White <lpw25@cam.ac.uk>, Ben Millwood <bmillwood@janestreet.com>
Cc: Jeremy Yallop <yallop@gmail.com>, OCaml List <caml-list@inria.fr>
Subject: RE: [Caml-list] Match error with abstract types in modules
Date: Wed, 25 Feb 2015 08:41:32 +0000	[thread overview]
Message-ID: <E51C5B015DBD1348A1D85763337FB6D9E994758C@Remus.metastack.local> (raw)
In-Reply-To: <87k2z72ewr.fsf@study.localdomain>

Leo White wrote:
> Ben Millwood <bmillwood@janestreet.com> writes:
> 
> > I think the issue would be substantially mitigated were it not for the
> > simple fact that [type 'a t] in a signature means "abstract type",
> > whereas [type 'a t] in a structure means "empty type". The fact that
> > there is no syntactic distinction, and indeed *no way to make one*
> > caused me a great deal of confusion some time ago when I had a problem
> > similar to David's.

The context of my original problem was the initially confusing assertion by the compiler that two "different" BatSet.t uses were the same. I guessed that what I was seeing was part of the "easy to shoot yourself in the foot" comment in its documentation!

> You can make an empty type (or at least a type for which there are no
> expressions) using:
> 
> type 'a t = private T

The obvious "solution" with sets is to use the functor version therefore and have a module for each point (I believe that's 50% of the reason for doing it - the other being that you don't need to store the comparison function in the value itself), but is there (in theory) a relatively easy kind of annotation which could be added to type 'a t in a signature which would tell the compiler that 'a t and 'b are equal and compatible iff 'a and 'b are equal/compatible but still remain abstract?


David

  reply	other threads:[~2015-02-25  8:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-24 17:25 David Allsopp
2015-02-24 18:02 ` Leo White
2015-02-24 18:26   ` David Allsopp
2015-02-24 19:11     ` Leo White
2015-02-25  8:41       ` David Allsopp
2015-02-24 19:52     ` Jeremy Yallop
2015-02-24 20:03       ` Ben Millwood
2015-02-24 21:11         ` Leo White
2015-02-25  8:41           ` David Allsopp [this message]
2015-02-25  9:48             ` Gabriel Scherer

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=E51C5B015DBD1348A1D85763337FB6D9E994758C@Remus.metastack.local \
    --to=dra-news@metastack.com \
    --cc=bmillwood@janestreet.com \
    --cc=caml-list@inria.fr \
    --cc=lpw25@cam.ac.uk \
    --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;
as well as URLs for NNTP newsgroup(s).