module type Camlp4Token =Tokenwith type t = camlp4_token
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