caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* OCaml infix function-composition
@ 1998-10-02 10:26 Andrew Kay
  0 siblings, 0 replies; only message in thread
From: Andrew Kay @ 1998-10-02 10:26 UTC (permalink / raw)
  To: caml-list


Dear caml-list,

We are in the process of converting our Caml code into OCaml, and
have a problem choosing an infix syntax for function composition
(right to left, as in (fun f g x -> f (g x))).  Previously we used "o"
for this, but I believe we cannot make "o" an infix operator in
OCaml, nor ".", which was our second choice.  We are considering "<<"
and "$" now.

What do other OCaml people use for function composition?  Is there a
standard emerging?  If we choose an operator, how can we be sure that
our selection won't be upset by the next version of OCaml?


Thanks

Andrew Kay

Sharp Labs Europe Ltd, Oxford Science Park, Oxford, UK, OX4 4GA
Andrew.Kay@sharp.co.uk  Tel:+44 1865 747711 FAX:+44 1865 747717





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-10-02 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-02 10:26 OCaml infix function-composition Andrew Kay

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).