ghcide-0.3.0: The core of an IDE

Safe HaskellNone
LanguageHaskell2010

Development.IDE.Core.PositionMapping

Synopsis

Documentation

addDelta :: PositionDelta -> PositionMapping -> PositionMapping Source #

Add a new delta onto a Mapping k n to make a Mapping (k - 1) n

mkDelta :: [TextDocumentContentChangeEvent] -> PositionDelta Source #

Convert a set of changes into a delta from k to k + 1