package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

(Info-goto-node "(emacs) Bookmarks")

type t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Comparator.S with type t := t
type comparator_witness
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
module Property : sig ... end
module Record : sig ... end

The data side of 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.

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