merlin-lib.analysis
Merlin_analysis.Inlay_hints
Builds the list of inlay hints to be displayed on a document.
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
type hint = Lexing.position * string
val of_structure : hint_let_binding:bool -> hint_pattern_binding:bool -> avoid_ghost_location:bool -> start:Lexing.position -> stop:Lexing.position -> Ocaml_typing.Typedtree.structure -> hint list