Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: Brian Rogoff <bpr@best.com>
Cc: caml-list@inria.fr
Subject: Re: Revised syntax question
Date: Thu, 28 Sep 2000 14:01:38 +0200	[thread overview]
Message-ID: <20000928140138.C4677@verdot.inria.fr> (raw)
In-Reply-To: <Pine.BSF.4.21.0009272107090.21344-100000@shell5.ba.best.com>; from bpr@best.com on Wed, Sep 27, 2000 at 09:36:42PM -0700

Hi,

On Wed, Sep 27, 2000 at 09:36:42PM -0700, Brian Rogoff wrote:

> > since the binding x1 = f1 runs up to e4; in my syntax you have to write:
> >       do e1; e2; return let x1 = f1 in do e3; return e4
> > and I recognize it is ugly.)
> 
> How many times did you bump into this coding, or is it mostly an abstract 
> problem?

No, it is not abstract. I have often the case in my code. Sometimes, I
turn around it, when it is equivalent, by writting:
       let x1 = f1 in do e1; e2; e3; return e4
but it is not really satisfactory.

-- 
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/



  reply	other threads:[~2000-09-28 14:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-09-26 14:58 Gerard Huet
2000-09-26 17:15 ` Brian Rogoff
2000-09-27  5:50 ` Daniel de Rauglaudre
2000-09-27  9:29   ` Marcin 'Qrczak' Kowalczyk
2000-09-28  4:36   ` Brian Rogoff
2000-09-28 12:01     ` Daniel de Rauglaudre [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-09-25 16:34 Brian Rogoff

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=20000928140138.C4677@verdot.inria.fr \
    --to=daniel.de_rauglaudre@inria.fr \
    --cc=bpr@best.com \
    --cc=caml-list@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