Module Camlp4.Sig.Grammar.Structure.Token


module Token: Camlp4.Sig.Token  with module Loc = Loc

module Loc: Camlp4.Sig.Loc 
type t 
val to_string : t -> string
val print : Format.formatter -> t -> unit
val match_keyword : string -> t -> bool
val extract_string : t -> string
module Filter: sig .. end
module Error: Camlp4.Sig.Error