caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Runhang Li" <marklrh@gmail.com>
To: "Ashish Agarwal" <agarwal1975@gmail.com>
Cc: "Carl Eastlund" <ceastlund@janestreet.com>,
	"Caml List" <caml-list@inria.fr>
Subject: Re: [Caml-list] selecting GADT parameter
Date: Fri, 31 Jul 2015 07:33:29 -0700 (PDT)	[thread overview]
Message-ID: <1438353209392.dc9a8a13@Nodemailer> (raw)
In-Reply-To: <CAMu2m2LPx8fcunKgGCYsefQM7OCuVDNRAXog0Sg1jFruCd6OfA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1442 bytes --]

Hi, 




I don’t think it is possible. 




Suppose you can use only one type constructor. What should be the type of function “fun a b -> Foo (a, b)”?


Kindly,




Runhang

On Fri, Jul 31, 2015 at 3:18 PM, Ashish Agarwal <agarwal1975@gmail.com>
wrote:

> You essentially still have 2 constructors, so this isn't quite what I'm
> aiming for.
> On Fri, Jul 31, 2015 at 9:57 AM, Carl Eastlund <ceastlund@janestreet.com>
> wrote:
>> Perhaps like this?  (Caveat: I typed this straight into gmail, I haven't
>> tried to compile or run this code at all.)
>>
>> type ('a, 'b, 'c) tag =
>> | Tag1 : ('a, int, int) tag
>> | Tag2 : ('a, string, 'a) tag
>>
>> type 'a t =
>> | Foo : ('a, 'b, 'c) tag * 'a * 'b -> 'c t
>>
>> On Fri, Jul 31, 2015 at 9:48 AM, Ashish Agarwal <agarwal1975@gmail.com>
>> wrote:
>>
>>> I have:
>>>
>>> type _ t =
>>> | Foo1 : 'a * int -> int t
>>> | Foo2 : 'a * string -> 'a t
>>>
>>> but I really want to merge these two cases. I want the return type to be
>>> based on the second arg when the second arg is int, and be based on the
>>> first arg otherwise. Any way to accomplish that?
>>>
>>>
>>
>>
>> --
>> Carl Eastlund
>>
> -- 
> Caml-list mailing list.  Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

[-- Attachment #2: Type: text/html, Size: 2510 bytes --]

  parent reply	other threads:[~2015-07-31 14:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31 13:48 Ashish Agarwal
2015-07-31 13:57 ` Carl Eastlund
2015-07-31 14:18   ` Ashish Agarwal
2015-07-31 14:31     ` Lukasz Stafiniak
2015-07-31 14:33     ` Runhang Li [this message]
2015-08-04  9:21 ` Goswin von Brederlow
2015-08-05 17:26   ` Ashish Agarwal

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=1438353209392.dc9a8a13@Nodemailer \
    --to=marklrh@gmail.com \
    --cc=agarwal1975@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=ceastlund@janestreet.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).