package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.6.tar.gz
md5=f528c1760966ac10d48b5f1c5531411a
sha512=1f69538ae5f78854b34e3f1a9d408714843e899bb96d063c2bfac410339b6a13ee5f30d5e7b3cd2bbd673169bcfdb550153ba741092cdc3ee3a8ca6446cc2240

doc/vscoq-language-server.dm/Dm/CompletionItems/index.html

Module Dm.CompletionItemsSource

Sourcetype completion_level =
  1. | Fully
  2. | Partially
  3. | No_completion
Sourceval symbol_prefix : completion_level option -> string
Sourcetype completion_item = {
  1. ref : Names.GlobRef.t;
  2. path : Libnames.full_path;
  3. typ : Constr.types;
  4. env : Environ.env;
  5. sigma : Evd.evar_map;
  6. completes : completion_level option;
  7. mutable debug_info : string;
}
Sourceval mk_completion_item : Evd.evar_map -> Names.GlobRef.t -> Environ.env -> Constr.constr -> completion_item
Sourceval pp_completion_item : completion_item -> string * string * string * string
OCaml

Innovation. Community. Security.