package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val symbol : Symbol.t
include module type of struct include Line end
type t = Line.t =
  1. | Absent
  2. | Color of Color.t
  3. | Foreground
  4. | Unspecified
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val unspecified : t
val of_value_exn : Value.t -> t
val to_value : t -> Value.t