package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. match_template : string;
  2. rule : Language.Rule.t option;
  3. rewrite_template : string option;
}
val to_regex : t -> string
val create : ?rewrite_template:string -> ?rule:Language.Rule.t -> match_template:string -> unit -> t