packages feed

non-empty-zipper 0.1.0.4 → 0.1.0.5

raw patch · 2 files changed

+1/−2 lines, 2 files

Files

Data/List/NonEmptyZipper.hs view
@@ -30,7 +30,6 @@ -- useful, since we are now guarenteed that the current element is an element in -- the list. data NonEmptyZipper a = NonEmptyZipper-    -- ^ There is only one constructor.     { _before  :: ![a]     -- ^ A list of elements preceeding the current element.     , _current :: !a
non-empty-zipper.cabal view
@@ -1,5 +1,5 @@ name:                non-empty-zipper-version:             0.1.0.4+version:             0.1.0.5 synopsis:            The Zipper for NonEmpty description:         The Zipper for NonEmpty. Useful for things like tabs,                      button groups, and slideshows. Basically any case in which