module type Syntax =sig..end
module Loc:Camlp4.Sig.Loc
module Ast:Camlp4.Sig.Astwith type loc = Loc.t
module Token:Camlp4.Sig.Tokenwith module Loc = Loc
module Gram:Camlp4.Sig.Grammar.Staticwith module Loc = Loc and module Token = Token
module Quotation:Camlp4.Sig.Quotationwith module Ast = Ast
module AntiquotSyntax:Parser(Ast).SIMPLE
include Warning(Loc).S
include Parser(Ast).S
include Printer(Ast).S