Module Lsp.Io

Low level module for sending/receiving jsonrpc packets across channels

exception Error of string
module Make (Io : sig ... end) (Chan : sig ... end) : sig ... end