| Copyright | (c) 2011, 2012 Ian-Woo Kim |
|---|---|
| License | BSD3 |
| Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell98 |
Data.Xournal.Select
Description
representing selection of xournal type
Documentation
singletonSZ :: a -> SeqZipper a Source
appendGoLast :: SeqZipper a -> a -> SeqZipper a Source
deleteCurrent :: SeqZipper a -> Maybe (SeqZipper a) Source
data ZipperSelect a Source
selectFirst :: ZipperSelect a -> ZipperSelect a Source