From: Julien Verlaguet <Julien.Verlaguet@pps.jussieu.fr>
To: Andreas Rossberg <rossberg@ps.uni-sb.de>
Cc: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] bizarre type
Date: Thu, 30 Jun 2005 18:58:00 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.62.0506301855120.25156@hydrogene.pps.jussieu.fr> (raw)
In-Reply-To: <42C4228D.3080000@ps.uni-sb.de>
> The compiler just infers the most general type.
Ok.
But if I write :
# type 'a t;;
type 'a t
# let g (x : 'a t list) (y : 'a)=();;
val g : 'a t list -> 'a -> unit = <fun>
# g ([] : int t list);;
- : int -> unit = <fun>
If I understood well what you just said the inferred type should be :
'_a -> unit
Or is there something I missed there ?
J
next prev parent reply other threads:[~2005-06-30 16:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-30 15:48 Julien Verlaguet
2005-06-30 16:49 ` [Caml-list] " Andreas Rossberg
2005-06-30 16:58 ` Julien Verlaguet [this message]
2005-06-30 17:16 ` Stephane Glondu
2005-06-30 17:24 ` Andreas Rossberg
2005-06-30 18:30 ` Julien Verlaguet
2005-06-30 19:37 ` Andreas Rossberg
2005-06-30 21:42 ` Julien Verlaguet
2005-06-30 23:57 ` Jacques Garrigue
2005-07-03 11:42 ` Damien Doligez
2005-07-03 12:37 ` Jacques Garrigue
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=Pine.LNX.4.62.0506301855120.25156@hydrogene.pps.jussieu.fr \
--to=julien.verlaguet@pps.jussieu.fr \
--cc=caml-list@yquem.inria.fr \
--cc=rossberg@ps.uni-sb.de \
/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