Module Matchers.SpecificationSource
Sourcetype t = {match_template : string;rule : Rule.t option;rewrite_template : string option;
} include Ppx_sexp_conv_lib.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0__.Sexp.t -> t Sourceval sexp_of_t : t -> Sexplib0__.Sexp.t Sourceval create :
?rewrite_template:string ->
?rule:Rule.t ->
match_template:string ->
unit ->
t