Module Configuration.SpecificationSource
Sourcetype t = {match_template : string;rule : Language.Rule.t option;rewrite_template : string option;
} Sourceval create :
?rewrite_template:string ->
?rule:Language.Rule.t ->
match_template:string ->
unit ->
t