Module Dm.CompletionItemsSource
Sourcetype completion_level = | Fully| Partially| No_completion
Sourcetype completion_item = {ref : Names.GlobRef.t;path : Libnames.full_path;typ : Constr.types;env : Environ.env;sigma : Evd.evar_map;completes : completion_level option;mutable debug_info : string;
} Sourceval mk_completion_item :
Evd.evar_map ->
Names.GlobRef.t ->
Environ.env ->
Constr.constr ->
completion_item