merlin-lib.query_protocol
Query_protocol.Compl
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.index_format
merlin-lib.kernel
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.sherlodoc
merlin-lib.utils
ppxlib
yojson
type 'desc raw_entry = {
name : string;
kind : [ `Value | `Constructor | `Variant | `Label | `Module | `Modtype | `Type | `MethodCall | `Keyword ];
desc : 'desc;
info : 'desc;
deprecated : bool;
ppx_template_generated : bool;
true if the identifier was generated by ppx_template
true
}
type entry = string raw_entry
type application_context = {
argument_type : string;
labels : (string * string) list;
type t = {
entries : entry list;
context : [ `Unknown | `Application of application_context ];
type kind = [
| `Constructor
| `Labels
| `Modules
| `Modules_type
| `Types
| `Values
| `Variants
| `Keywords
]