haskell-lsp-0.12.0.0: Haskell library for the Microsoft Language Server Protocol

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.LSP.VFS

Contents

Synopsis

Documentation

data VirtualFile Source #

Constructors

VirtualFile 

Fields

Instances
Show VirtualFile Source # 
Instance details

Defined in Language.Haskell.LSP.VFS

for tests

applyChanges :: Rope -> [TextDocumentContentChangeEvent] -> Rope Source #

Apply the list of changes. Changes should be applied in the order that they are received from the client.