package lsp

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

Low level module for sending/receiving jsonrpc packets across channels

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