Module Ecaml.Bookmark

type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Core_kernel.Comparator.S with type t := t
type t
type comparator_witness
val comparator : (tcomparator_witness) Core_kernel.Comparator.comparator
include Core_kernel.Stringable.S with type t := t
type t
val of_string : string -> t
val to_string : t -> string
include Ecaml__.Import.Valueable.S with type t := t
type t
type 'a type_
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_
val t : t type_
module Property : sig ... end
module Record : sig ... end
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.

val param : (Record.t -> 'a) -> 'a Defun.t
module Make_record_function : sig ... end