From: Jacques Le Normand <rathereasy@gmail.com>
To: Dario Teixeira <darioteixeira@yahoo.com>
Cc: caml <caml-list@inria.fr>
Subject: Re: [Caml-list] PV-GADTs
Date: Tue, 13 Dec 2011 10:00:46 -0500 [thread overview]
Message-ID: <CAK0y-36-nT5kQCQLe7cd5PUWOGw142NjpJxieikpKdVQAbrkdQ@mail.gmail.com> (raw)
In-Reply-To: <1323786905.94413.YahooMailNeo@web111503.mail.gq1.yahoo.com>
The way GADTs are handled is that local constraints are generated when
patterns are typed and then those constraints are used in the body of
the associated clause. To generate the constraints, we need to
propagate typing information. From my understanding, we can't do this
with polymorphic variants because it would change the typing
algorithm. In other words, with polymorphic variants the type of the
pattern is infered independently of the context.
From my understanding, Jacques Garrigue has good reasons to reject
propagation in such a case. Personally, I'd like to see a flag, say
-unsafepropagation, to let people use polymorphic variants and GADTs
at their own risk, knowing that the behaviour of the typing algorithm
may not satisfy some expected theoretical properties.
On Tue, Dec 13, 2011 at 9:35 AM, Dario Teixeira <darioteixeira@yahoo.com> wrote:
> Hi,
> I wonder, is there any theoretical reason why GADTs cannot be associated with
> polymorphic variants? As an example, consider the two type declarations below.
> The first is your run-of-the-mill GADT, supported by the current SVN trunk. The
> second is a PV-GADT, which is not accepted. But is this just a present limitation
> or a fundamental one?
>
> type _ t1 = Foo: int t1 | Bar: float t1
>
> type _ t2 = [ `Foo: int t2 | `Bar: float t2 ]
>
>
> Thanks in advance for your input!
> Cheers,
> Dario Teixeira
>
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
next prev parent reply other threads:[~2011-12-13 15:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-13 14:35 Dario Teixeira
2011-12-13 15:00 ` Jacques Le Normand [this message]
2011-12-13 19:15 ` Dario Teixeira
2011-12-14 2:56 ` Jacques Garrigue
2011-12-14 15:12 ` Markus Mottl
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=CAK0y-36-nT5kQCQLe7cd5PUWOGw142NjpJxieikpKdVQAbrkdQ@mail.gmail.com \
--to=rathereasy@gmail.com \
--cc=caml-list@inria.fr \
--cc=darioteixeira@yahoo.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