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 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 -> Ecaml_value__.Value0.tval all_defined : unit -> t Core_kernel.List.tval font_family_list : ?on:Frame.t -> unit -> string listval attribute_value : ?on:Frame.t -> t -> 'a Attribute.t -> 'aval set_attribute : ?on:Frame.t -> t -> 'a Attribute.t -> 'a -> unitval attributes : ?on:Frame.t -> t -> Attribute_and_value.t listval specs_to_value : Attribute_and_value.t Core_kernel.List.t -> Value.tval spec_set : t -> Attribute_and_value.t Core_kernel.List.t -> unit