package coq-lsp

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

Module Fleche.TheorySource

Sourcemodule Check : sig ... end
Sourceval create : io:Io.CallBack.t -> root_state:Coq.State.t -> workspace:Coq.Workspace.t -> uri:Lang.LUri.File.t -> raw:string -> version:int -> unit

Create a document inside a theory

Sourceval change : io:Io.CallBack.t -> uri:Lang.LUri.File.t -> version:int -> raw:string -> Int.Set.t

Update a document inside a theory, returns the list of not valid requests

Sourceval close : uri:Lang.LUri.File.t -> unit

Close a document

Sourcemodule Request : sig ... end
Sourcemodule Register : sig ... end
OCaml

Innovation. Community. Security.