From: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
To: caml-list@inria.fr
Subject: Re: [Caml-list] ocaml considered dangerous
Date: Fri, 17 Jan 2014 01:43:21 +0100 [thread overview]
Message-ID: <52D87CA9.4070500@braud-santoni.eu> (raw)
In-Reply-To: <2112632769.281907.1389913202532.open-xchange@communicator.strato.de>
[-- Attachment #1: Type: text/plain, Size: 835 bytes --]
Dear Jürgen,
First, for completeness' sake, the correct URL is
http://www.pfitzenmaier.de/posts/ocaml-considered-dangerous.html
It seems that most of the points in this blog post boil down to your
confusion regarding the signification of 'a in types.
Consider the following:
let x : 'a = 0;;
val x : int = 0
whereas
let x: 'a. 'a = 0;;
Error: This definition has type int which is less general than 'a. 'a
In the first case, 'a is a unification variable, which the compiler may
unify with int.
In the second case, we quantify universally over 'a.
As such, I would say that your claims of unsoundness were rather hasty,
especially given that you follow-up by advertising your services.
Moreover, as Daniel Bünzli pointed out, problem reports are usually done
on the bugtracker.
Kind regards,
Nicolas
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-01-17 0:43 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-16 23:00 Jürgen Pfitzenmaier
2014-01-16 23:27 ` Milan Stanojević
2014-01-16 23:33 ` Daniel Bünzli
2014-01-17 0:43 ` Nicolas Braud-Santoni [this message]
2014-01-20 10:07 ` Goswin von Brederlow
2014-01-17 2:12 ` Jeff Meister
2014-01-17 2:38 ` Jacques Garrigue
2014-01-17 9:01 ` Gabriel Scherer
2014-01-18 0:39 ` Jon Harrop
2014-01-18 2:22 ` Jeremy Yallop
2014-01-18 7:04 ` Gabriel Scherer
2014-01-18 9:11 ` David Allsopp
2014-01-18 9:28 ` Gabriel Scherer
2014-01-18 9:43 ` David Allsopp
2014-01-18 9:59 ` Gabriel Scherer
2014-01-19 6:09 ` oleg
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=52D87CA9.4070500@braud-santoni.eu \
--to=nicolas@braud-santoni.eu \
--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