include Ecaml__.Value_intf.Valueinclude sig ... endval sexp_of_t : t ‑> Base.Sexp.tval intern : string ‑> tval nil : tval t : tval is_window_configuration : t ‑> bool(describe-function 'windowp)
(describe-function 'window-configuration-p)
val of_bool : bool ‑> tval emacs_max_int : int(describe-variable 'most-negative-fixnum)
(describe-variable 'most-positive-fixnum)
val to_int_exn : t ‑> intval of_float : float ‑> tval to_float_exn : t ‑> floatval of_utf8_bytes : string ‑> tval to_utf8_bytes_exn : t ‑> stringval vec_size : t ‑> intmodule type Funcall : Ecaml__.Value_intf.Funcall with type value := tmodule type Make_subtype_arg : Ecaml__.Value_intf.Make_subtype_arg with type value := tmodule Make_subtype : functor (Subtype : Make_subtype_arg) -> Subtypemodule Expert : sig ... endmodule Stat : sig ... endmodule For_testing : sig ... end