merlin-lib.analysis
Merlin_analysis.Namespaced_path
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.kernel
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.utils
module Namespace : sig ... end
module Id : sig ... end
type t
and elt = private
| Ident of Id.t * Namespace.t
| Applied_to of t
val to_string : t -> string
val to_unique_string : t -> string
val head : t -> elt option
val head_exn : t -> elt
val peal_head : t -> t option
val peal_head_exn : t -> t
val equal : t -> t -> bool
val rewrite_head : new_prefix:t -> t -> t
val strip_stamps : t -> t
val of_path : namespace:Namespace.t -> Ocaml_typing.Path.t -> t
val empty : t
val subst_prefix : old_prefix:t -> new_prefix:t -> t -> t option