From: "Moreau" <lyclaire@ac-grenoble.fr>
To: "Caml list" <caml-list@inria.fr>
Subject: Re : Weak types ?
Date: Fri, 6 Feb 1998 19:49:10 +0100 [thread overview]
Message-ID: <01bd3330$064565a0$739536c1@pluton.ac.grenoble.fr> (raw)
Simon Helsen had given an explication about weak types and the reason their
existence, but there is still something i can't understand : if we do :
let toto y =
let id x = x in
id id y ;;
this will be of type 'a ->'a
What is the difference with this :
let toto = let id x = x in id id ;;
I thought caml will understand that there is no difference !
why does caml make this difference ?
next reply other threads:[~1998-02-09 12:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-02-06 18:49 Moreau [this message]
1998-02-09 13:25 ` Simon Helsen
1998-02-09 14:21 ` Pascal Cuoq
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='01bd3330$064565a0$739536c1@pluton.ac.grenoble.fr' \
--to=lyclaire@ac-grenoble.fr \
--cc=caml-list@inria.fr \
/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