package lsp

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

Parameters

module Io : sig ... end
module Chan : sig ... end

Signature

val read : Chan.input -> Jsonrpc.Packet.t option Io.t
val write : Chan.output -> Jsonrpc.Packet.t -> unit Io.t