caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Anthony Tavener <anthony.tavener@gmail.com>
To: oleg@okmij.org
Cc: "caml-list@inria.fr" <caml-list@inria.fr>
Subject: Re: [Caml-list] A brief guide to a bit of the OCaml type checker
Date: Sat, 9 Mar 2013 23:55:23 -0700	[thread overview]
Message-ID: <CAN=ouMT1E8H2RsCFUoVuW4g8SBgORZOdy1+hxtXuy1J+8C6BXw@mail.gmail.com> (raw)
In-Reply-To: <20130308111010.36329.qmail@www1.g3.pair.com>

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

This seems like a good topic to add to Lambda the Ultimate. I'm a perpetual
lurker without an account, and I think "front page" topics are limited to
regular contributors?

I'm no type-theorist, but this is still an interesting peek under the hood.


On Fri, Mar 8, 2013 at 4:10 AM, <oleg@okmij.org> wrote:

>
> When studying the OCaml type checker I have come across an elegant but
> seemingly little known type generalization algorithm based on type
> levels. Interestingly, the same levels also help type check local
> modules, existentials, and polymorphic records. I am thankful to
> Didier Re'my, the discoverer of the algorithm, for describing the
> bigger picture, sharing intuitions and history, and pointing out more
> applications of the type levels (e.g., MLF).
>
> The following web page
>
>         http://okmij.org/ftp/ML/generalization.html
>
> attempts to popularize the algorithm, explain it on toy type checkers
> and describe its implementation in the OCaml type checker. Hopefully
> one might get a better idea what the OCaml type checker is really
> doing.
>
>
>
> --
> 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: 2095 bytes --]

      reply	other threads:[~2013-03-10  6:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-08 11:10 oleg
2013-03-10  6:55 ` Anthony Tavener [this message]

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='CAN=ouMT1E8H2RsCFUoVuW4g8SBgORZOdy1+hxtXuy1J+8C6BXw@mail.gmail.com' \
    --to=anthony.tavener@gmail.com \
    --cc=caml-list@inria.fr \
    --cc=oleg@okmij.org \
    /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).