package coq-lsp

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

Module Base.MessageSource

Basic JSON-RPC Incoming Messages

Sourcetype t =
  1. | Notification of Notification.t
  2. | Request of Request.t
  3. | Response of Response.t
Sourceval to_yojson : t -> Yojson.Safe.t
Sourceval notification : Notification.t -> t
Sourceval response : Response.t -> t
OCaml

Innovation. Community. Security.