From: ciol <ciol13@gmail.com>
To: caml-list@inria.fr
Subject: Re: Functional programming using caml light
Date: Thu, 02 Nov 2006 21:58:20 +0100 [thread overview]
Message-ID: <eidm5d$so7$1@sea.gmane.org> (raw)
In-Reply-To: <eia4n6$s71$1@sea.gmane.org>
c'est bon j'ai trouvé, ma grammaire ne gère pas l'associativité à gauche :
sur cet exemple "1 - 3 + 5", je vais l'analyser comme Moins (1, Plus (3,
5)), alors que c'est évidemment Plus (Moins (1, 3), 5)
désolé.
prev parent reply other threads:[~2006-11-02 20:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-01 12:12 ciol
2006-11-01 12:42 ` ciol
2006-11-02 20:58 ` ciol [this message]
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='eidm5d$so7$1@sea.gmane.org' \
--to=ciol13@gmail.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