package incr_dom_widgets

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module RGBA : sig ... end
type simple = [
  1. | `Black
  2. | `Blue
  3. | `Brown
  4. | `Yellow
  5. | `Cyan
  6. | `Green
  7. | `Grey
  8. | `Magenta
  9. | `Purple
  10. | `Red
  11. | `White
  12. | `SteelBlue
  13. | `Honeydew
  14. | `Whitesmoke
  15. | `LawnGreen
  16. | `GoldenRod
  17. | `DarkGreen
  18. | `DarkMagenta
  19. | `DarkRed
]
val simple_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> simple
val __simple_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> simple
val sexp_of_simple : simple -> Ppx_sexp_conv_lib.Sexp.t
val __bin_read_simple__ : (int -> simple) Core_kernel.Bin_prot.Read.reader
val bin_shape_simple : Core_kernel.Bin_prot.Shape.t
val compare_simple : simple -> simple -> int
type t = [
  1. | simple
  2. | `RGBA of RGBA.t
  3. | css_global_values
]
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val __t_of_sexp__ : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val __bin_read_t__ : (int -> t) Core_kernel.Bin_prot.Read.reader
val compare : t -> t -> int
val to_string_css : t -> string