Module Linol_lwt.WorkDoneProgressReportSource
Sourcetype t = {cancellable : bool option;message : string option;percentage : int option;
} Sourceval create :
?cancellable:bool ->
?message:string ->
?percentage:int ->
unit ->
t include Linol_lsp.Import.Json.Jsonable.S with type t := t