Types.DocumentRangeFormattingParamsSourcetype t = {options : FormattingOptions.t;range : Range.t;textDocument : TextDocumentIdentifier.t;workDoneToken : ProgressToken.t option;}val create :
options:FormattingOptions.t ->
range:Range.t ->
textDocument:TextDocumentIdentifier.t ->
?workDoneToken:ProgressToken.t ->
unit ->
t