package coq-lsp
-
coq-lsp.lsp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Info : sig ... end
type 'a interp_result = 'a Info.t Protect.R.t
val interp :
st:State.t ->
fb_queue:Message.t list Stdlib.ref ->
Ast.t ->
State.t interp_result
val marshal_in :
(Stdlib.in_channel -> 'a) ->
Stdlib.in_channel ->
'a interp_result
val marshal_out :
(Stdlib.out_channel -> 'a -> unit) ->
Stdlib.out_channel ->
'a interp_result ->
unit