Portability | GHC |
---|---|
Stability | experimental |
Maintainer | Ian-Woo Kim <ianwookim@gmail.com> |
Safe Haskell | None |
representing selection of hoodle type
Documentation
type NonEmptyList a = (a, [a])Source
singletonSZ :: a -> SeqZipper aSource
appendGoLast :: SeqZipper a -> a -> SeqZipper aSource
deleteCurrent :: SeqZipper a -> Maybe (SeqZipper a)Source
fromNonEmptyList :: NonEmptyList a -> SeqZipper aSource
type ZipperSelect = SeqZipperSource
selectFirst :: ZipperSelect a -> ZipperSelect aSource