Module Camlp4.Sig.Grammar


module Grammar: sig .. end

module type Action = sig .. end

type assoc =
| NonA
| RightA
| LeftA

type position =
| First
| Last
| Before of string
| After of string
| Level of string
module type Structure = sig .. end
module type Dynamic = sig .. end
module type Static = sig .. end