[
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: | mulhern <mulhern@g...> |
| Subject: | camlp4 behavior |
Why does camlp4 fail to parse mLast.mli when invoked in the following way:
camlp4 -I /usr/local/godi/lib/ocaml/std-lib/camlp4 pa_o.cmo
/usr/local/godi/lib/ocaml/std-lib/camlp4/mLast.mli
File "/usr/local/godi/lib/ocaml/std-lib/camlp4/mLast.mli", line 22,
characters 46-47:
Parse error: [interf] expected after [sig_item_semi] (in [interf])
Uncaught exception: Stream.Error("[interf] expected after
[sig_item_semi] (in [interf])")
-mulhern