package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module T : sig ... end
include module type of struct include T end
val module_name : string
val symbol : Symbol.t
type t = T.t =
  1. | Ultra_bold
  2. | Extra_bold
  3. | Bold
  4. | Semi_bold
  5. | Normal
  6. | Semi_light
  7. | Light
  8. | Extra_light
  9. | Ultra_light
  10. | Unspecified
val all : t list
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val unspecified : t
include sig ... end
val of_symbol_exn : Ecaml_value.Value.t -> T.t
val to_symbol : T.t -> Ecaml_value.Value.t
val of_value_exn : Ecaml_value.Value.t -> T.t
val to_value : T.t -> Ecaml_value.Value.t