package patdiff

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Patdiff_kernel.OutputSource

Sourcemodule type S = sig ... end

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

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

Ascii is Ansi with no styles.

Sourceval compare : t -> t -> int
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0__.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0__.Sexp.t
Sourceval implies_unrefined : t -> bool
OCaml

Innovation. Community. Security.