merlin-lib.kernel
Merlin_kernel.Mreader_lexer
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
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
type keywords = Ocaml_preprocess.Lexer_raw.keywords
type triple = Ocaml_preprocess.Parser_raw.token * Lexing.position * Lexing.position
type t
val make : Ocaml_utils.Warnings.state -> keywords -> Mconfig.t -> Msource.t -> t
val for_completion : t -> Lexing.position -> bool * t
val initial_position : t -> Lexing.position
val tokens : t -> triple list
val keywords : t -> string list
val errors : t -> exn list
val comments : t -> (string * Ocaml_parsing.Location.t) list
val reconstruct_identifier : Mconfig.t -> Msource.t -> Lexing.position -> string Ocaml_parsing.Location.loc list
val identifier_suffix : string Ocaml_parsing.Location.loc list -> string Ocaml_parsing.Location.loc list