package comby

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val default : int -> string
val terminal : ?context:int -> unit -> Patdiff.Configuration.t
val diff_configuration : string
val match_diff : unit -> Patdiff.Configuration.t
val plain_configuration : string
val plain : unit -> Patdiff.Configuration.t
type kind =
  1. | Plain
  2. | Colored
  3. | Html
  4. | Default
  5. | Match_only
val get_diff : kind -> string option -> string -> string -> string option