package coq-lsp
-
coq-lsp.lsp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val hash : t -> int
val mode : st:t -> Pvernac.proof_mode option
val parsing : st:t -> Vernacstate.Parser.t
module Proof : sig ... end
Proof states
val in_state : st:t -> f:('a -> 'b) -> 'a -> 'b Protect.E.t
Execute a command in state st
. Unfortunately this can produce anomalies as Coq state setting is imperative, so we need to wrap it in protect.
val marshal_in : Stdlib.in_channel -> t
val marshal_out : Stdlib.out_channel -> t -> unit
val of_coq : Vernacstate.t -> t
val to_coq : t -> Vernacstate.t