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

Safe HaskellSafe
LanguageHaskell2010

Data.Rope.UTF16.Internal.Position

Documentation

data RowColumn Source #

Constructors

RowColumn 

Fields

  • row :: !Int

    Number of newlines before this position

  • column :: !Int

    Number of code units since last newline or start of string

data Position Source #

Constructors

Position 

Fields