module Grammar:sig..end
module type Action =sig..end
type assoc =
| |
NonA |
| |
RightA |
| |
LeftA |
type position =
| |
First |
| |
Last |
| |
Before of |
| |
After of |
| |
Level of |
module type Structure =sig..end
module type Dynamic =sig..end
module type Static =sig..end