package sexp_diff

  1. Overview
  2. Docs

Module Display.Display_optionsSource

Sourcemodule Layout : sig ... end
Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : ?collapse_threshold:int -> ?num_shown:int -> Layout.t -> t

Whenever there is a sequence of collapse_threshold or more unchanged lines, we collapse them and only show the first num_shown and the last num_shown of these lines.

flags compatible with `man diff`