package coq-lsp

  1. Overview
  2. Docs
Language Server Protocol native server for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.2.v8.16.tbz
sha256=31b83f0908bbabf4079806ce9271a30f7af8fb4e2fd5c81c1ccc3c1e8022f0de
sha512=de9f48cb643944620183243a55a225b33b3b77d2cc2ea26e38377622ea9036e7205634e880d804dd0ae69ce22d321ce4dfbacc94aebb402d1f124d5be348ebca

doc/coq-lsp.fleche/Fleche/Doc/index.html

Module Fleche.DocSource

Sourcetype node = {
  1. loc : Loc.t;
  2. ast : Coq.Ast.t option;
    (*

    Ast of node

    *)
  3. state : Coq.State.t;
    (*

    (Full) State of node

    *)
  4. diags : Types.Diagnostic.t list;
    (*

    Diagnostics associated to the node

    *)
  5. messages : Coq.Message.t list;
  6. memo_info : string;
}
Sourcemodule Completion : sig ... end
Sourcetype t = private {
  1. uri : string;
  2. version : int;
  3. contents : string;
  4. end_loc : int * int * int;
  5. root : Coq.State.t;
  6. nodes : node list;
  7. diags_dirty : bool;
  8. completed : Completion.t;
}
Sourceval create : state:Coq.State.t -> workspace:Coq.Workspace.t -> uri:string -> version:int -> contents:string -> t
Sourceval bump_version : version:int -> contents:string -> t -> t
Sourceval check : ofmt:Format.formatter -> doc:t -> fb_queue:Coq.Message.t list ref -> t
OCaml

Innovation. Community. Security.