ecaml
Ecaml.Bookmark
(Info-goto-node "(emacs) Bookmarks")
ecaml.bench
ecaml.ecaml_test_helpers
ecaml.ecaml_value
ecaml.nested_profile
type t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Comparator.S with type t := t
type comparator_witness
val comparator : (t, comparator_witness) Base.Comparator.comparator
include Core.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string
include Ecaml_value.Valueable.S with type t := t
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t Ecaml_value.Value.Type.t
val t : t Ecaml_value.Value.Type.t
module Property : sig ... end
module Record : sig ... end
The data side of bookmark-alist
bookmark-alist
val set : t -> Record.t -> no_overwrite:bool -> unit
set m t a ~no_overwrite:true means, let a shadow any previous location bookmarked as t. If the user removes this bookmark, the previous bookmark of this name will be restored.
set m t a ~no_overwrite:true
a
t
val param : (Record.t -> 'a) -> 'a Defun.t
module Make_record_function : sig ... end