Module type Camlp4.Sig.Token


module type Token = sig .. end

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