= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package comby
-
comby
-
-
comby.configuration
-
comby.interactive
-
comby.patdiff
-
comby.patdiff_kernel
-
-
comby.pipeline
-
comby.statistics
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A rule consists of a styled prefix, a styled suffix, and a style. Rules are applied to strings using functions defined in Output_ops.
module Affix : sig ... end
An affix is either a prefix or a suffix.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Rule creation: Most rules have a style, and maybe a prefix. For instance, a line_next rule might have a bold "+" prefix and a green style.
val blank : t
val unstyled_prefix : string -> t