caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Syntax of types
@ 2013-02-07  6:21 Christophe Papazian
  2013-02-07  6:48 ` Jacques Garrigue
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Papazian @ 2013-02-07  6:21 UTC (permalink / raw)
  To: Caml List

Hi

I'm not sure to understand the difference between :

let f (type s) : s t -> s = ...
let f : type s . s t -> s = ...

except it seems I can use the second one in place of the first one, but sometimes I can't use the first one and need the second one.
So I feel I only need the second one.

Thank you for your answers

	Christophe



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-07  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07  6:21 [Caml-list] Syntax of types Christophe Papazian
2013-02-07  6:48 ` Jacques Garrigue

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).