Module Configuration.SpecificationSource

Sourcetype t = {
  1. match_template : string;
  2. rule : Language.Rule.t option;
  3. rewrite_template : string option;
}
Sourceval to_regex : t -> string
Sourceval create : ?rewrite_template:string -> ?rule:Language.Rule.t -> match_template:string -> unit -> t