package grace

  1. Overview
  2. Docs
A fancy diagnostics library that allows your compilers to exit with grace

Install

Dune Dependency

Authors

Maintainers

Sources

grace-0.2.0.tbz
sha256=821df54882c9253eac69f47bcf3a71ffdc61c77fdae42587c32aada5b56cfeae
sha512=007afa83251da3ddecd874e120ea89dce0253c387a64a5fece69069d3486ec5eb6c82d6bf0febaf23dd322bd9eaadc2f7882e33f05a2e1fa18a41294e7dc3ba1

doc/grace.ansi_renderer/Grace_ansi_renderer/Config/index.html

Module Grace_ansi_renderer.ConfigSource

Sourcemodule Style_sheet : sig ... end
Sourcemodule Chars : sig ... end
Sourcetype t = {
  1. chars : Chars.t;
  2. styles : Style_sheet.t;
  3. use_ansi : bool;
}
Sourceval no_color : bool
Sourceval is_rich_term : bool
Sourceval style_renderer : t -> [> `Ansi_tty | `None ]
Sourceval default : t
OCaml

Innovation. Community. Security.