package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Error
  2. | Warning
  3. | Info
  4. | Debug
  5. | LocalDebug
  6. | Notify
  7. | Custom of string
val to_string : t -> string