package lsp

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

The channel the server shold use to listen for connections

type t =
  1. | Stdio
  2. | Pipe of string
    (*

    A path to the unix domain socket or windows pipe

    *)
  3. | Socket of int
    (*

    A tcp connection on localhost with the port number

    *)