Module Query_protocol.Compl
Source
Sourcetype 'desc raw_entry = {
name : string;
kind : [ `Value
| `Constructor
| `Variant
| `Label
| `Module
| `Modtype
| `Type
| `MethodCall
| `Keyword ];
desc : 'desc;
info : 'desc;
deprecated : bool;
}
Sourcetype application_context = {
argument_type : string;
labels : (string * string) list;
}
Sourcetype kind = [
| `Constructor
| `Labels
| `Modules
| `Modules_type
| `Types
| `Values
| `Variants
| `Keywords
]