patdiff.lib
Rule.Affix
An affix is either a prefix or a suffix.
type t = private {
text : string;
styles : Style.t list;
}
val create : ?styles:Style.t list -> string -> t
val blank : t