package coq-lsp

  1. Overview
  2. Docs
module Info : sig ... end
type 'a interp_result = 'a Info.t Protect.R.t
val interp : st:State.t -> fb_queue:Message.t list ref -> Ast.t -> State.t interp_result
val marshal_in : (in_channel -> 'a) -> in_channel -> 'a interp_result
val marshal_out : (out_channel -> 'a -> unit) -> out_channel -> 'a interp_result -> unit