From: Andrej Bauer <Andrej.Bauer@fmf.uni-lj.si>
To: Diego Olivier FERNANDEZ PONS <diego.fernandez_pons@etu.upmc.fr>,
caml-list@inria.fr
Subject: Re: [Caml-list] More problems with memoization
Date: Tue, 03 Oct 2006 01:04:39 +0200 [thread overview]
Message-ID: <45219B07.60608@fmf.uni-lj.si> (raw)
In-Reply-To: <45219A06.6080909@fmf.uni-lj.si>
Andrej Bauer wrote:
> let fib, fib_mem =
> let fib' self = function
> | 0 -> 0
> | 1 -> 1
> | n -> self (n - 1) + self (n - 2)
> in
> make_rec fib', make_mem fib
I apologize, the last line should read
make_rec fib', make_mem fib'
An apostrophe is missing.
Andrej
next prev parent reply other threads:[~2006-10-02 23:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-30 18:01 Diego Olivier FERNANDEZ PONS
2006-09-30 19:19 ` [Caml-list] " Tom
2006-09-30 19:26 ` Tom
2006-10-01 0:23 ` Jon Harrop
2006-10-01 0:51 ` Martin Jambon
2006-10-02 15:29 ` Diego Olivier FERNANDEZ PONS
2006-10-02 23:00 ` Andrej Bauer
2006-10-02 23:04 ` Andrej Bauer [this message]
2006-10-03 0:50 ` skaller
2006-10-02 23:37 ` Don Syme
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=45219B07.60608@fmf.uni-lj.si \
--to=andrej.bauer@fmf.uni-lj.si \
--cc=Andrej.Bauer@andrej.com \
--cc=caml-list@inria.fr \
--cc=diego.fernandez_pons@etu.upmc.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