NonEmptyList 0.0.6 → 0.0.7
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
- Data/List/ZipNonEmpty.hs +2/−0
- NonEmptyList.cabal +1/−1
Data/List/ZipNonEmpty.hs view
@@ -1,3 +1,5 @@+{-# LANGUAGE DeriveDataTypeable #-}+ -- | A wrapper of @NonEmpty@ that has a zip-like @Applicative@ instance. module Data.List.ZipNonEmpty( ZipNonEmpty,
NonEmptyList.cabal view
@@ -1,5 +1,5 @@ Name: NonEmptyList-Version: 0.0.6+Version: 0.0.7 License: BSD3 License-File: LICENSE Synopsis: A list with a length of at least one.