Module Core.CodeActionParamsSource

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