haskell-lsp-0.10.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 :: YiString -> [TextDocumentContentChangeEvent] -> YiString Source #

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