comby.patdiff_kernel
Rule.Affix
An affix is either a prefix or a suffix.
comby
comby.camlzip
comby.configuration
comby.interactive
comby.patdiff
comby.pipeline
comby.statistics
type t = private {
text : string;
styles : Style.t list;
}
val create : ?styles:Style.t list -> string -> t
val blank : t