From: Pierre Weis <weis@pauillac.inria.fr>
To: caml-list@pauillac.inria.fr
Subject: Question point fixe
Date: Tue, 18 Oct 1994 11:42:54 +0100 (MET) [thread overview]
Message-ID: <9410181042.AA00330@pauillac.inria.fr> (raw)
From: Vincent Poirriez
Date: Tue, 18 Oct 94 09:43:00 +0100
To: caml-list@pauillac.inria.fr
Subject: Question point fixe
Ci-dessous une question dont j'ai oublie' la reponse:
Pourquoi n'a t'on pas le droit d'e'crire:
let build f =
let g x = expr (* ou` l'on fait appel a` f *)
in
function y -> expr' (* ou` l'on fait appel a` g *)
;;
let rec monf = build monf;;
L'intere^t de cette e'criture serait d'effectuer les
calculs possibles par l'application partielle alors que
l'ecriture autorise'e:
let rec monf x = build monf x;;
ne les effectue pas
Vincent
(Vincent.Poirriez@inria.fr)
(*I Hope my english isn't too bad*)
Here after, a question that I don't remember the answer:
Why is it impossible to write:
let build f =
let g x = expr (* where f is called *)
in
function y -> expr' (* where g is called *)
;;
let rec monf = build monf;;
The interest of such a definition is to perform some
calculus in the partial application. These calculus
are not performed in the following allowed definition:
let rec monf x = build monf x;;
Vincent
(Vincent.Poirriez@inria.fr)
next reply other threads:[~1994-10-18 10:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1994-10-18 10:42 Pierre Weis [this message]
1994-10-18 19:17 Damien Doligez
1994-10-19 8:59 ` Xavier Leroy
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=9410181042.AA00330@pauillac.inria.fr \
--to=weis@pauillac.inria.fr \
--cc=caml-list@pauillac.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