caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Gabriel Kerneis <kerneis@pps.jussieu.fr>
To: Jacques Garrigue <garrigue@math.nagoya-u.ac.jp>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] New GADT iteration
Date: Fri, 11 Nov 2011 09:24:02 +0100	[thread overview]
Message-ID: <20111111082402.GO27144@kerneis.info> (raw)
In-Reply-To: <20111111.165707.71105223.garrigue@math.nagoya-u.ac.jp>

On Fri, Nov 11, 2011 at 04:57:07PM +0900, Jacques Garrigue wrote:
> Some of you may already be aware that GADTs are available in trunk,
> since this summer. Information is available here:
>       https://sites.google.com/site/ocamlgadt/

I think there is a typo on this page: in the function length, the case
| Cons (a,b) -> length b
should be
| Cons (a,b) -> 1 + length b

The repository location is also flawed; instead of
        svn checkout http://caml.inria.fr/caml/svn/ocaml/trunk
it should be
        svn checkout http://caml.inria.fr/svn/ocaml/branches/gadts-devel
(note the spurious "caml" in the current url).

Best regards,
-- 
Gabriel Kerneis

  reply	other threads:[~2011-11-11  8:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-11  7:57 Jacques Garrigue
2011-11-11  8:24 ` Gabriel Kerneis [this message]
2011-11-11  8:44   ` Jacques Le Normand
2011-11-12 14:18 ` "Markus W. Weißmann"
2011-11-24  9:13 ` [Caml-list] " 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=20111111082402.GO27144@kerneis.info \
    --to=kerneis@pps.jussieu.fr \
    --cc=caml-list@inria.fr \
    --cc=garrigue@math.nagoya-u.ac.jp \
    /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).