package vcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module True_color : sig ... end
module Color256 : sig ... end
module Kind : sig ... end
module Highlight : sig ... end
type 'a t =
  1. | True_color : True_color.t -> True_color.t t
  2. | Color256 : Color256.t -> Color256.t t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
type packed =
  1. | T : 'a t -> packed
val to_string : _ t -> string
val of_24bit_int : int -> True_color.t t Core.Or_error.t
val of_8bit_int : int -> Color256.t t Core.Or_error.t