package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : ('a option -> unit Fiber.t) -> 'a t
val write : 'a t -> 'a option -> unit Fiber.t
val of_ref : 'a list Stdlib.ref -> 'a t
val null : unit -> 'a t