save : [ `Bool of bool| `SaveOptions of Linol_lsp__Types.SaveOptions.t ]
option;
willSave : bool option;
willSaveWaitUntil : bool option;
}
val create :
?change:Linol_lsp__Types.TextDocumentSyncKind.t->?openClose:bool ->?save:[ `Bool of bool| `SaveOptions of Linol_lsp__Types.SaveOptions.t ]->?willSave:bool ->?willSaveWaitUntil:bool ->unit ->t