package ecaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Load_history.FaceSource

Sourcemodule Frame : sig ... end
Sourcemodule Q : sig ... end
Sourcemodule Value : sig ... end
Sourcetype t

We expose private value for free identity conversions when the value is nested in some covariant type, e.g. (symbols : Symbol.t list :> Value.t list) rather than List.map symbols ~f:Symbol.to_value.

Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval eq : t -> t -> bool

eq t1 t2 = Value.eq (to_value t1) (to_value t2), i.e. eq checks whether the Emacs values underlying t1 and t2 are physically equal. This is different than phys_equal t1 t2, because we don't always wrap eq Emacs values in phys_equal OCaml values. I.e. phys_equal t1 t2 implies eq t1 t2, but not the converse.

Sourceval is_in_subtype : Ecaml_value__.Value0.t -> bool
Sourceval of_value_exn : Ecaml_value__.Value0.t -> t
Sourceval to_value : t -> Ecaml_value__.Value0.t
Sourceval type_ : t Ecaml_value__Value.Type.t
Sourceval t : t Ecaml_value__Value.Type.t
Sourceval list_type : t list Value.Type.t
Sourceval of_name : string -> t
Sourceval default : t
Sourceval to_name : t -> string
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourcemodule type Attribute_value = sig ... end
Sourcemodule Unimplemented : sig ... end
Sourcemodule Color_or_unspecified : sig ... end
Sourcemodule String_name : sig ... end
Sourcemodule Background : sig ... end
Sourcemodule Box : sig ... end
Sourcemodule Extend : sig ... end
Sourcemodule Font : sig ... end
Sourcemodule Font_family : sig ... end
Sourcemodule Font_foundry : sig ... end
Sourcemodule Foreground : sig ... end
Sourcemodule Height : sig ... end
Sourcemodule Inherit : sig ... end
Sourcemodule Inverse_video : sig ... end
Sourcemodule Line : sig ... end
Sourcemodule Overline : sig ... end
Sourcemodule Slant : sig ... end
Sourcemodule Stipple : sig ... end
Sourcemodule Strike_through : sig ... end
Sourcemodule Underline : sig ... end
Sourcemodule Weight : sig ... end
Sourcemodule Width : sig ... end
Sourcemodule Attribute : sig ... end
Sourcemodule Attribute_and_value : sig ... end
Sourceval frame : Frame.t option -> Frame.t
Sourceval face_list : unit -> t list
Sourceval all_defined : unit -> t list
Sourceval font_family_list : ?on:Frame.t -> unit -> string list
Sourceval face_attribute : t -> Symbol.t -> Frame.t -> Ecaml_value__.Value0.t
Sourceval attribute_value : ?on:Frame.t -> t -> 'a Attribute.t -> 'a
Sourceval set_face_attribute : t -> Frame.t -> Symbol.t -> Ecaml_value__.Value0.t -> unit
Sourceval set_attribute : ?on:Frame.t -> t -> 'a Attribute.t -> 'a -> unit
Sourceval face_all_attributes : t -> Frame.t -> Ecaml_value__.Value0.t list
Sourceval attributes : ?on:Frame.t -> t -> Attribute_and_value.t list
Sourceval specs_to_value : Attribute_and_value.t list -> Value.t
Sourceval face_spec_set : t -> Ecaml_value__.Value0.t -> unit
Sourceval spec_set : t -> Attribute_and_value.t list -> unit
OCaml

Innovation. Community. Security.