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 '|>' ? |
On Tue, Sep 18, 2007 at 10:53:10AM +0200, Julien Moutinho wrote: > I would personally double the '@': > let (@@) f g x = f @ g x Sorry, I have replaced [f (g x)] by [f @ g x] earlier on.