package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Enviroment external to the document, this includes for now the init Coq state and the workspace, which are used to build the first state of the document, usually by importing the prelude and other libs implicitly.

type t = private {
  1. init : Coq.State.t;
  2. workspace : Coq.Workspace.t;
  3. files : Coq.Files.t;
}
val make : init:Coq.State.t -> workspace:Coq.Workspace.t -> files:Coq.Files.t -> t
val inject_requires : extra_requires:Coq.Workspace.Require.t list -> t -> t
OCaml

Innovation. Community. Security.