Functor Camlp4.Struct.Token.Make


module Make: 
functor (Loc : Camlp4.Sig.Loc) -> sig .. end
Parameters:
Loc : Camlp4.Sig.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