package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.5.0.tar.gz
md5=15c22fee2131c4b3dae4258e8a4484f6
sha512=b5ab3eea5bb6af643d635781e741a7a7b217fcc33e84c2c9e3448962118a63e174569ef6069c50af2ab57508d5cef476a8cfade14957a9654b1fea16c29a08b9

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 get_vernac_state : Types.sentence_checking_result option -> Vernacstate.t option

Returns the vernac state after the sentence

Sourceval vernacstate_synterp_parsing : Vernacstate.t -> Pcoq.frozen_t
Sourceval option_to_list : 'a option -> 'a list
Sourceval constrs_of_local_binder : Constrexpr.local_binder_expr -> Constrexpr.constr_expr list