package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Lsp.IoSource

Sourcetype t

Low level module for sending/receiving jsonrpc packets across channels

Sourceval make : in_channel -> out_channel -> t
Sourceval read : t -> Jsonrpc.packet option
Sourceval send : t -> Jsonrpc.packet -> unit
Sourceval flush : t -> unit
Sourceval close_in : t -> unit
Sourceval close_out : t -> unit
Sourceval close : t -> unit
OCaml

Innovation. Community. Security.