From: Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
To: Hal Daume III <hdaume@ISI.EDU>
Cc: Neel Krishnaswami <neelk@alum.mit.edu>,
"caml-list@inria.fr" <caml-list@inria.fr>
Subject: Re: [Caml-list] why the "rec" in "let rec"?
Date: Wed, 7 May 2003 17:11:05 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.30.0305071708260.5971-100000@linux17.zdv.uni-tuebingen.de> (raw)
In-Reply-To: <Pine.GSO.4.21.0305070754400.15643-100000@moussor.isi.edu>
On Wed, 7 May 2003, Hal Daume III wrote:
> Arguably, the "simplest" way to dealing with:
>
> > let f x = ..
> > let f x = f x
>
> is to simply disallow bindings like this. I would think that they're
> almost always a bug.
It is often useful in code like this:
let g = Graph.make 6 3 1 in
let g = Graph.set_immutable_vertex g 0 in
let g = Graph.set_immutable_vertex g 4 in
let g = Graph.set_connected g 0 1 in
let g = Graph.set_connected g 0 3 in
...
(Real World Example! ;)
Falk
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next prev parent reply other threads:[~2003-05-07 15:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-07 14:04 Garry Hodgson
2003-05-07 14:31 ` Chris Uzdavinis
2003-05-07 14:50 ` Neel Krishnaswami
2003-05-07 14:57 ` Hal Daume III
2003-05-07 15:11 ` Falk Hueffner [this message]
2003-05-07 15:16 ` David Brown
2003-05-07 15:53 ` Brian Hurt
2003-05-07 15:51 ` Garry Hodgson
2003-05-07 15:40 ` Neel Krishnaswami
2003-05-07 15:59 ` Gerd Stolpmann
2003-05-13 16:36 ` Pierre Weis
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=Pine.LNX.4.30.0305071708260.5971-100000@linux17.zdv.uni-tuebingen.de \
--to=falk.hueffner@student.uni-tuebingen.de \
--cc=caml-list@inria.fr \
--cc=hdaume@ISI.EDU \
--cc=neelk@alum.mit.edu \
/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