Module Ecaml__.Face0
module Frame = Ecaml__.Frame0module Q : sig ... endmodule Value : sig ... endinclude Ecaml_value__Value.Subtype
type valuetype t= private valueWe expose
private valuefor free identity conversions when the value is nested in some covariant type, e.g.(symbols : Symbol.t list :> Value.t list)rather thanList.map symbols ~f:Symbol.to_value.
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val eq : t -> t -> booleq t1 t2 = Value.eq (to_value t1) (to_value t2), i.e.eqchecks whether the Emacs values underlyingt1andt2are physically equal. This is different thanphys_equal t1 t2, because we don't always wrapeqEmacs values inphys_equalOCaml values. I.e.phys_equal t1 t2implieseq t1 t2, but not the converse.
val is_in_subtype : value -> bool
include Ecaml_value__.Valueable0.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> tval to_value : t -> Ecaml_value__.Value0.tval type_ : t type_val t : t type_
val list_type : t list Value.Type.tval of_name : string -> tval default : tval to_name : t -> stringval compare : t -> t -> intval equal : t -> t -> bool
module type Attribute_value = sig ... endmodule Unimplemented : sig ... endmodule Color_or_unspecified : sig ... endmodule String_name : sig ... endmodule Background : sig ... endmodule Box : sig ... endmodule Font : sig ... endmodule Font_family : sig ... endmodule Font_foundry : sig ... endmodule Foreground : sig ... endmodule Height : sig ... endmodule Inherit : sig ... endmodule Inverse_video : sig ... endmodule Line : sig ... endmodule Overline : sig ... endmodule Slant : sig ... endmodule Stipple : sig ... endmodule Strike_through : sig ... endmodule Underline : sig ... endmodule Weight : sig ... endmodule Width : sig ... endmodule Attribute : sig ... endmodule Attribute_and_value : sig ... endval frame : Frame.t option -> Frame.tval face_list : unit -> t listval all_defined : unit -> t listval font_family_list : Frame.t -> string listval font_family_list : ?on:Frame.t -> unit -> string listval face_attribute : t -> Ecaml.Symbol.t -> Frame.t -> Ecaml_value__Value.tval attribute_value : ?on:Frame.t -> t -> 'a Attribute.t -> 'aval set_face_attribute : t -> Frame.t -> Ecaml.Symbol.t -> Ecaml_value__Value.t -> unitval set_attribute : ?on:Frame.t -> t -> 'a Attribute.t -> 'a -> unitval face_all_attributes : t -> Frame.t -> Ecaml_value__Value.t listval attributes : ?on:Frame.t -> t -> Attribute_and_value.t listval specs_to_value : Attribute_and_value.t list -> Value.tval face_spec_set : t -> Ecaml_value__Value.t -> unitval spec_set : t -> Attribute_and_value.t list -> unit