package linol

  1. Overview
  2. Docs
On This Page
  1. Linol
Legend:
Library
Module
Module type
Parameter
Class
Class type

Linol

Abstraction over The "Lsp" library, to make it easier to develop LSP servers in OCaml (but not necessarily for OCaml).

module type IO = sig ... end
module Make (IO : IO) : sig ... end
OCaml

Innovation. Community. Security.