Browse thread
Having '<<', why to use '|>' ?
[
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: | Julien Moutinho <julien.moutinho@g...> |
| Subject: | Re: [Caml-list] Having '<<', why to use '|>' ? |
> That is actually a problem indeed. What could be safely > used as a composition operator instead ? ( <<< ) ? Have a look at this: http://caml.inria.fr/pub/docs/manual-ocaml/lex.html#infix-symbol With the keywords below. > What else ? I would personally double the '@': let (@@) f g x = f @ g x Regards.