package coq-lsp

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

Basic JSON-RPC Incoming Messages

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

Innovation. Community. Security.