caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "David Allsopp" <dra-news@metastack.com>
To: "OCaml List" <caml-list@yquem.inria.fr>
Subject: RE: [Caml-list] let rec and polymorphic functions
Date: Wed, 27 Jun 2007 12:29:45 +0100	[thread overview]
Message-ID: <002d01c7b8ae$76a45550$6a7ba8c0@treble> (raw)
In-Reply-To: <46824622.2080508@ed.ac.uk>

> This isn't really "the equivalent SML", since the definition of `id x' 
> and the application `id 0' aren't in the same recursive group.  The 
> equivalent in SML would be something like

Thanks for this. I see the SML difference now - 

let fun id x = x
    and g x = id 0 + x
in
  id ()
end;

similarly doesn't work in SML with a pair of functions instead.

> OCaml seems a little inconsistent here, actually.  The application `id 
> 0' is only valid as the rhs of let rec because the compiler can 
> determine that there's no actual recursion involved.  There doesn't 
> seem to be a reason not to apply a similar analysis to type checking, 
> allowing more polymorphism for functions in the same recursive group 
> that aren't actually part of a cycle.

Which is what SML did in my "equivalent" example - and it would certainly be
nice if OCaml did the same. Is it worth raising a bug (well, feature
request) for or am I the only person who (ab)uses [let rec] in this way?

Many thanks,


David


  reply	other threads:[~2007-06-27 11:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070627100004.9E0DABC73@yquem.inria.fr>
2007-06-27 10:24 ` David Allsopp
2007-06-27 11:12   ` Jeremy Yallop
2007-06-27 11:29     ` David Allsopp [this message]
2007-06-27 12:00     ` Virgile Prevosto
2007-06-27 13:00       ` Jeremy Yallop
2007-06-27 13:12   ` Jon Harrop
2007-06-27  8:40 David Allsopp
2007-06-27  9:05 ` [Caml-list] " Jon Harrop
2007-06-27 10:14   ` Arnaud Spiwack

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='002d01c7b8ae$76a45550$6a7ba8c0@treble' \
    --to=dra-news@metastack.com \
    --cc=caml-list@yquem.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;
as well as URLs for NNTP newsgroup(s).