caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Chris Keane <Chris.Keane@comlab.ox.ac.uk>
To: Eduardo Gimenez <Eduardo.Gimenez@inria.fr>
Cc: caml-list@inria.fr
Subject: Re: Prefix operators in ocaml
Date: Thu, 21 Jan 1999 16:04:35 +0000	[thread overview]
Message-ID: <199901211604.QAA09341@msc2.comlab> (raw)
In-Reply-To: <199901211442.PAA19110@pauillac.inria.fr> (Thu, 21 Jan 1999 15:42:20 +0100)

>>>>> On Thu, 21 Jan 1999, "EG" = Eduardo Gimenez wrote:

  EG> Which is the "prefix" name in Ocaml for the multiplication on
  EG> integers? The symbols (+), (/), etc. work fine for the other
  EG> arithmetic operations, but the symbol (*) does not.

I think you're probably just finding that the (* is being treated as the
start of a comment.  Put a space after the first bracket, thus: ( *), and
it should work as you require.

Chris.

------------------------------------------------------------------- ><> ---
    Hardware Compilation Group, Oxford University Computing Laboratory,
            Wolfson Building, Parks Road, Oxford, OX1 3QD, U.K.
    tel:  +44 (1865) (2)73865      e-mail:  Chris.Keane@comlab.ox.ac.uk
            http://www.comlab.ox.ac.uk/oucl/users/chris.keane/




  parent reply	other threads:[~1999-01-21 18:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-21 14:42 Eduardo Gimenez
1999-01-21 15:47 ` William Chesters
1999-01-21 16:04 ` Chris Keane [this message]
1999-01-21 16:13 ` Jun P. Furuse

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=199901211604.QAA09341@msc2.comlab \
    --to=chris.keane@comlab.ox.ac.uk \
    --cc=Eduardo.Gimenez@inria.fr \
    --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;
as well as URLs for NNTP newsgroup(s).