rope-utf16-splay-0.1.0.0: Ropes optimised for updating using UTF-16 code points and row/column pairs.

Safe HaskellSafe
LanguageHaskell2010

Data.Rope.UTF16.Position

Documentation

data RowColumn Source #

Constructors

RowColumn 

Fields

  • row :: !Int

    Number of newlines before this position

  • column :: !Int

    Number of code points since last newline or start of string