Module Linol_lwt.AnnotatedTextEditSource
Sourcetype t = {annotationId : string;newText : string;range : Linol_lsp__Types.Range.t;
} Sourceval create :
annotationId:string ->
newText:string ->
range:Linol_lsp__Types.Range.t ->
t include Linol_lsp.Import.Json.Jsonable.S with type t := t