Browse thread
right-associating infix application operator camlp4 extension
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Quôc_Peyrot <chojin@l...> |
| Subject: | Re: [Caml-list] right-associating infix application operator camlp4 extension |
On Aug 10, 2005, at 12:50 AM, David MENTRE wrote: > Hello, > > 2005/8/10, Jean-Marie Gaillourdet <jmg@gaillourdet.net>: > >> Is that kind of behaviour documented? I wasn't able to find it in the >> docs. Which other operator names are right associative? >> > > See the OCaml manual : > http://caml.inria.fr/pub/docs/manual-ocaml/manual015.html Thanks a lot for the answers. Strangely I couldn't find $ in this documentation, but let ($) f x = f x seems to work. -- Best Regards, Quôc