module type Token =sig..end
module Loc:Camlp4.Sig.Loc
type t
val to_string : t -> stringval print : Format.formatter -> t -> unitval match_keyword : string -> t -> boolval extract_string : t -> stringmodule Filter:sig..end
module Error:Camlp4.Sig.Error