Module Query_protocol.ComplSource
Source
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;(*
*)trueif the identifier was generated by ppx_template
}Source
type t = {entries : Query_protocol.Compl.entry list;context : [ `Unknown | `Application of Query_protocol.Compl.application_context ];
}