Module Linol_lwt.ApplyWorkspaceEditParamsSource
Sourcetype t = {edit : Linol_lsp__Types.WorkspaceEdit.t;label : string option;
} Sourceval create :
edit:Linol_lsp__Types.WorkspaceEdit.t ->
?label:string ->
unit ->
t include Linol_lsp.Import.Json.Jsonable.S with type t := t