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