merlin-lib.ocaml_typing
Ocaml_typing.Stypes
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_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
type annotation =
| Ti_pat : 'k Typedtree.pattern_category * 'k Typedtree.general_pattern -> annotation
| Ti_expr of Typedtree.expression
| Ti_class of Typedtree.class_expr
| Ti_mod of Typedtree.module_expr
| An_call of Ocaml_parsing.Location.t * Annot.call
| An_ident of Ocaml_parsing.Location.t * string * Annot.ident
val record : annotation -> unit
val record_phrase : Ocaml_parsing.Location.t -> unit
val dump : string option -> unit
val get_location : annotation -> Ocaml_parsing.Location.t
val get_info : unit -> annotation list