Module Matchers.ConfigurationSource
Sourcetype match_kind = | Exact| Fuzzy
Sourcetype t = {match_kind : match_kind;significant_whitespace : bool;disable_substring_matching : bool;match_newline_toplevel : bool;
} Sourceval create :
?disable_substring_matching:bool ->
?match_kind:match_kind ->
?significant_whitespace:bool ->
?match_newline_toplevel:bool ->
unit ->
t