package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Namespace : sig ... end
module Id : sig ... end
type t
and elt = private
  1. | Ident of Id.t * Namespace.t
  2. | 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