package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'state on_request = {
  1. on_request : 'a. 'state t -> 'a in_request -> ('a * 'state, Jsonrpc.Response.Error.t) result Import.Fiber.t;
}
type 'state t
val make : ?on_request:'state on_request -> ?on_notification:('state t -> in_notification -> 'state Import.Fiber.t) -> unit -> 'state t
OCaml

Innovation. Community. Security.