[
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: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] camlp4 3.10 and \function |
On 6/13/07, Richard Jones <rich@annexia.org> wrote: > > Using the revised syntax within quotations it doesn't let me use \lsl > (the revised syntax way to turn an infix function into a prefix > function). Instead I have to write this hack: > > <:expr< $lid:"lsl"$ >> > > which works. > > Bug? > No this is a feature :) The revised syntax follow the original one on this point. So this <:expr< (lsl) >> will works. -- Nicolas Pouillard