package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end

An output can apply a style to a string and print a list of hunks

type t =
  1. | Ansi
  2. | Ascii
  3. | Html

Ascii is Ansi with no styles.

val compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val implies_unrefined : t -> bool