package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module RGBA : sig ... end
module HSLA : sig ... end
module LCHA : sig ... end
type t = [
  1. | `RGBA of RGBA.t
  2. | `HSLA of HSLA.t
  3. | `LCHA of LCHA.t
  4. | `Name of string
  5. | `Hex of string
  6. | t css_global_values
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t
include Core.Bin_prot.Binable.S with type t := t
val bin_size_t : t Bin_prot__.Size.sizer
val bin_write_t : t Bin_prot__.Write.writer
val bin_read_t : t Bin_prot__.Read.reader
val __bin_read_t__ : (int -> t) Bin_prot__.Read.reader
val bin_shape_t : Bin_prot__.Shape.t
val bin_writer_t : t Bin_prot__.Type_class.writer
val bin_reader_t : t Bin_prot__.Type_class.reader
val bin_t : t Bin_prot__.Type_class.t
val compare : t -> t -> int
val equal : t -> t -> bool
val t_sexp_grammar : t Sexplib0.Sexp_grammar.t
val to_string_css : [< t ] -> string
OCaml

Innovation. Community. Security.