package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a out_request
type out_notification
type 'a in_request
type in_notification
type 'state t
module Handler : sig ... end
val state : 'a t -> 'a
val make : 'state Handler.t -> Stream_io.t -> 'state -> 'state t
val stop : 'state t -> unit Import.Fiber.t
val request : _ t -> 'resp out_request -> ('resp, Jsonrpc.Response.Error.t) Stdlib.result Import.Fiber.t
val notification : _ t -> out_notification -> unit Import.Fiber.t
OCaml

Innovation. Community. Security.