Browse thread
Immediate recursive functions
[
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: | Hendrik Tews <tews@t...> |
| Subject: | Re: [Caml-list] Camlp4 with traditional syntax (was: Camlp4 documentation) |
Martin Jambon <martin_jambon@emailuser.net> writes:
There is (at least) one construct which is not provided by the regular
syntax (because it is totally useless when writing code by hand) but
which is essential:
declare <list of str_items> end
Right, the ocaml in the alternative quotation expander would have
to get enriched with some pieces of the revised syntax. But
that is easy to implement.
Bye,
Hendrik