package grace

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Style_sheet : sig ... end
module Chars : sig ... end
type t = {
  1. chars : Chars.t;
  2. styles : Style_sheet.t;
  3. use_ansi : bool;
}
val no_color : bool
val is_rich_term : bool
val style_renderer : t -> [> `Ansi_tty | `None ]
val default : t
OCaml

Innovation. Community. Security.