Portability | GHC |
---|---|
Stability | experimental |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Safe Haskell | None |
representing selection of xournal type
Documentation
singletonSZ :: a -> SeqZipper aSource
appendGoLast :: SeqZipper a -> a -> SeqZipper aSource
deleteCurrent :: SeqZipper a -> Maybe (SeqZipper a)Source
data ZipperSelect a Source
selectFirst :: ZipperSelect a -> ZipperSelect aSource