merlin-lib.index_format
Merlin_index_format.Lid
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.kernel
merlin-lib.ocaml_compression
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.sherlodoc
merlin-lib.utils
module G = Granular_marshal
type pos = {
lnum : int;
cnum : int;
bol : int;
}
val pos_of_loc : Lexing.position -> pos
val loc_of_pos : string -> pos -> Lexing.position
type t = {
longident : Ocaml_parsing.Longident.t G.link;
filename : string G.link;
start : pos;
stop : pos;
ghost : bool;
val of_lid : Ocaml_parsing.Longident.t Ocaml_parsing.Location.loc -> t
val to_lid : t -> Ocaml_parsing.Longident.t Ocaml_parsing.Location.loc
val pp : Format.formatter -> t -> unit
val compare_pos : pos -> pos -> int
val compare_filename : t -> t -> int
val compare : t -> t -> int
val type_string : string G.link Type.Id.t
val type_longident : Ocaml_parsing.Longident.t G.link Type.Id.t
val schema : G.iter -> t -> unit
module Li : sig ... end
val cache : unit -> (String.t G.link -> unit) * (Li.t G.link -> unit)
val deduplicate : ((string G.link -> 'a) * (Ocaml_parsing.Longident.t G.link -> 'b)) -> t -> 'b