(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* string val to_string : t -> string (* Needed to fit Camlp4 signature *) val print : Format.formatter -> t -> unit val match_keyword : string -> t -> bool (** for camlp5 *) val of_pattern : string*string -> t val to_pattern : t -> string*string val match_pattern : string*string -> t -> string