Module Camlp4.PreCast.Token


module Token: Camlp4.Struct.Token.Make(Loc)

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