package vcaml

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

Module Vcaml.ColorSource

Sourcemodule True_color : sig ... end
Sourcemodule Color256 : sig ... end
Sourcemodule Kind : sig ... end
Sourcemodule Highlight : sig ... end
Sourcetype 'a t =
  1. | True_color : True_color.t -> True_color.t t
  2. | Color256 : Color256.t -> Color256.t t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourcetype packed =
  1. | T : 'a t -> packed
Sourceval to_string : _ t -> string
Sourceval of_24bit_int : int -> True_color.t t Core.Or_error.t
Sourceval of_8bit_int : int -> Color256.t t Core.Or_error.t
OCaml

Innovation. Community. Security.