package coq-lsp

  1. Overview
  2. Docs

Code Lenses

type t = {
  1. title : string;
  2. command : string;
  3. arguments : Yojson.Safe.t list option;
}
val to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.