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