yi-rope-0.1.0.0: A rope data structure used by Yi

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Yi.Rope

Description

A work in progress module that aims to be a more efficient replacement for Yi.OldRope. For now, please import Yi.OldRope!

Synopsis

Documentation

null :: Rope -> Bool

splitAtLine :: Int -> Rope -> (Rope, Rope) Source

Split before the specified line. Lines are indexed from 0.