package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type _ t =
  1. | Background : Background.t t
  2. | Box : Box.t t
  3. | Font : Font.t t
  4. | Font_family : Font_family.t t
  5. | Font_foundry : Font_foundry.t t
  6. | Foreground : Foreground.t t
  7. | Height : Height.t t
  8. | Inherit : Inherit.t t
  9. | Inverse_video : Inverse_video.t t
  10. | Overline : Overline.t t
  11. | Slant : Slant.t t
  12. | Stipple : Stipple.t t
  13. | Strike_through : Strike_through.t t
  14. | Underline : Underline.t t
  15. | Weight : Weight.t t
  16. | Width : Width.t t
val sexp_of_t : 'v_x__001_. ('v_x__001_ -> Ppx_sexp_conv_lib.Sexp.t) -> 'v_x__001_ t -> Ppx_sexp_conv_lib.Sexp.t
type 'a attribute = 'a t
val value_module : 'a. 'a t -> (module Attribute_value with type t = 'a)
val unspecified_value : 'a t -> 'a
val to_symbol : 'a t -> Symbol.t
val compare_name : 'a t -> 'b t -> int
module Packed : sig ... end
val of_value_exn : 'a t -> Value.t -> 'a
val to_value : 'a t -> 'a -> Value.t
val is_relative : 'a t -> 'a -> bool
val merge : 'a t -> 'a -> 'a -> 'a