package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val level : (string option -> bool) Stdlib.ref
val out : Stdlib.Format.formatter Stdlib.ref
type message = {
  1. message : string;
  2. payload : (string * Json.t) list;
}
val msg : string -> (string * Json.t) list -> message
val log : ?section:string -> (unit -> message) -> unit
OCaml

Innovation. Community. Security.