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. color : bool;
}
val default : t
OCaml

Innovation. Community. Security.