comby.configuration
Configuration.Specification
comby
comby.camlzip
comby.interactive
comby.language
comby.match
comby.matchers
comby.parsers
comby.patdiff
comby.patdiff_kernel
comby.pipeline
comby.replacement
comby.rewriter
comby.server_types
comby.statistics
type t = {
match_template : string;
rule : Language.Rule.t option;
rewrite_template : string option;
}
val to_regex : t -> string
val create : ?rewrite_template:string -> ?rule:Language.Rule.t -> match_template:string -> unit -> t