Module Types.WillSaveTextDocumentParamsSource

Sourcetype t = {
  1. reason : TextDocumentSaveReason.t;
  2. textDocument : TextDocumentIdentifier.t;
}
Sourceval create : reason:TextDocumentSaveReason.t -> textDocument:TextDocumentIdentifier.t -> t
include Linol_lsp.Import.Json.Jsonable.S with type t := t
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t