package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.4.3.tar.gz
md5=fbc594cef4ba2469882803c12fb5cd51
sha512=2f93d42591e9030f2786f1d9a9783ed92c2cd299ccfd99d0a65f3b5984762f61c1bec3b3f854a557f72ca6c309e9c1eaec27065f0ee1a9cb9dfa4a7ee05dac15

doc/vsrocq-language-server.dm/Dm/Utilities/index.html

Module Dm.UtilitiesSource

Sourceval log : ?force:bool -> (unit -> string) -> unit
Sourceval shift_loc : start:int -> offset:int -> Loc.t -> Loc.t
Sourceval shift_feedback : start:int -> offset:int -> ('a * Loc.t option * 'b * 'c) -> 'a * Loc.t option * 'b * 'c
Sourceval shift_1qf : start:int -> offset:int -> unit -> unit
Sourceval shift_quickfix : start:int -> offset:int -> unit list option -> unit list option
Sourceval shift_checking_result : start:int -> offset:int -> Types.sentence_checking_result -> Types.sentence_checking_result
Sourceval doc_id : int ref
Sourceval fresh_doc_id : unit -> int
Sourceval feedback_pipe_cleanup : Types.feedback_pipe -> unit
Sourceval context_of_vernac_state : Vernacstate.t -> Evd.evar_map * Environ.env
Sourceval get_vernac_state : Types.sentence_checking_result option -> Vernacstate.t option

Returns the vernac state after the sentence

Sourceval get_proof_context : Types.sentence_checking_result option -> (Evd.evar_map * Environ.env) option