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.5.0.tar.gz
md5=15c22fee2131c4b3dae4258e8a4484f6
sha512=b5ab3eea5bb6af643d635781e741a7a7b217fcc33e84c2c9e3448962118a63e174569ef6069c50af2ab57508d5cef476a8cfade14957a9654b1fea16c29a08b9
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)"
>