caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jon Harrop <jon@ffconsultancy.com>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] type t = ()
Date: Fri, 10 Jun 2005 23:12:56 +0100	[thread overview]
Message-ID: <200506102312.56894.jon@ffconsultancy.com> (raw)
In-Reply-To: <42A98F76.5020709@bik-gmbh.de>

On Friday 10 June 2005 14:02, Florian Hars wrote:
> But the bug is in the same class as:
>
> # let (-) = ( * );;
> val ( - ) : int -> int -> int = <fun>
> # 1 + 2 - 3;;
> - : int = 9
>
> No?

Isn't that exactly what you'd expect?

  (1 + 2) * 3 = 9

-- 
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists


      reply	other threads:[~2005-06-10 22:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-09 21:22 Richard Jones
2005-06-09 22:05 ` Vincenzo Ciancia
2005-06-10 12:56   ` [Caml-list] " Wolfgang Lux
2005-06-09 23:43 ` [Caml-list] " Jonathan Bryant
2005-06-10  7:55   ` Richard Jones
2005-06-10 13:02     ` Florian Hars
2005-06-10 22:12       ` Jon Harrop [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=200506102312.56894.jon@ffconsultancy.com \
    --to=jon@ffconsultancy.com \
    --cc=caml-list@yquem.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;
as well as URLs for NNTP newsgroup(s).