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.1.tar.gz
md5=86c43adac61349acb97dc2fe75a69b25
sha512=91dcbc400d6f27faa28091fbc2ff02e04990814ab6a4f1133ee14c38b57008ee31775d98085faffed2e6dc29f9b38369f533186a13b7e351a3748a738df601cc
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)"
>