Browse thread
my own exceptions from ocamlyacc?
[
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: | oliver@f... |
| Subject: | my own exceptions from ocamlyacc? |
Hello, the header-section from ocamlyacc appears in the *.ml file of the parser, but not in the mli-file. Therefore, when I define an exception in the header section it is not available from the outside. At least I saw not how to achieve that. Is there a way to make that happen? I don't want to change the mli file every time I recompiled... Ciao, Oliver