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