Module type Camlp4.Sig.Camlp4Token


module type Camlp4Token = Token  with type t = camlp4_token

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