package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

(Info-goto-node "(elisp)Face Attributes")

type t =
  1. | Absent
  2. | Color of Color.t
  3. | Foreground
  4. | Unspecified
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t