Module Ecaml.Bookmark
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
include Core_kernel.Comparator.S with type t := t
val comparator : (t, comparator_witness) Core_kernel.Comparator.comparator
include Core_kernel.Stringable.S with type t := t
include Ecaml__.Import.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 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, leta
shadow any previous location bookmarked ast
. If the user removes this bookmark, the previous bookmark of this name will be restored.
module Make_record_function : sig ... end