package coq-lsp

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

Module Doc.EnvSource

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.

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

Innovation. Community. Security.