package lsp

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

Module Console.BackendSource

Sourcemodule type S = sig ... end
Sourcetype t = (module S)
Sourceval set : t -> unit
Sourceval compose : t -> t -> t

compose a b produce a backend that sends message to both a and b backends.

Sourceval dumb : t

A dumb backend that hides the status line and simply dump the messages to the terminal

Sourceval progress : t

A backend that just displays the status line in the terminal

OCaml

Innovation. Community. Security.