package coq-lsp

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

Module Core.CodeActionParamsSource

Sourcetype 'a t = {
  1. textDocument : Doc.TextDocumentIdentifier.t;
  2. range : Lang.Range.t;
  3. context : 'a CodeActionContext.t;
}
Sourceval to_yojson : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t