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: | David MENTRE <david.mentre@g...> |
| Subject: | Re: [Caml-list] right-associating infix application operator camlp4 extension |
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 """ For infix and prefix symbols, we write ``*...'' to mean ``any symbol starting with *''. """ Associativity is given in the table. Yours, d.