package vsrocq-language-server
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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/Types/index.html
Module Dm.TypesSource
Source
type exec_overview = {prepared : RangeList.t;processing : RangeList.t;processed : RangeList.t;
}Source
type feedback_pipe = {doc_id : document_id;rocq_feeder : rocq_feedback_listener;sel_feedback_queue : feedback_data Queue.t;sel_cancellation_handle : Sel.Event.cancellation_handle;
}Source
type sentence_checking_result = | Success of Vernacstate.t option| Failure of Pp.t Loc.located * Quickfix.t list option * Vernacstate.t option
Source
type ('state, 'event) handled_event = {state : 'state option;events : 'event Sel.Event.t list;update_view : bool;notification : Protocol.ExtProtocol.Notification.Server.t option;
}Source
val make_handled_event :
?state:'a ->
?events:'b Sel.Event.t list ->
?update_view:bool ->
?notification:Protocol.ExtProtocol.Notification.Server.t ->
unit ->
('a, 'b) handled_eventSource
val lift_handled_event :
('a option -> 'b option) ->
('c Sel.Event.t list -> 'd Sel.Event.t list) ->
('a, 'c) handled_event ->
('b, 'd) handled_event sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>