Skip to content
Snippets Groups Projects
Commit 9f1a72ae authored by kindaro's avatar kindaro
Browse files

Export the new functions.

parent fb10253f
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,8 @@ module Data.List.NonEmpty ( ...@@ -76,6 +76,8 @@ module Data.List.NonEmpty (
, groupBy1 -- :: (a -> a -> Bool) -> NonEmpty a -> NonEmpty (NonEmpty a) , groupBy1 -- :: (a -> a -> Bool) -> NonEmpty a -> NonEmpty (NonEmpty a)
, groupWith1 -- :: (Foldable f, Eq b) => (a -> b) -> f a -> NonEmpty (NonEmpty a) , groupWith1 -- :: (Foldable f, Eq b) => (a -> b) -> f a -> NonEmpty (NonEmpty a)
, groupAllWith1 -- :: (Foldable f, Ord b) => (a -> b) -> f a -> NonEmpty (NonEmpty a) , groupAllWith1 -- :: (Foldable f, Ord b) => (a -> b) -> f a -> NonEmpty (NonEmpty a)
, permutations
, permutations1
-- * Sublist predicates -- * Sublist predicates
, isPrefixOf -- :: Foldable f => f a -> NonEmpty a -> Bool , isPrefixOf -- :: Foldable f => f a -> NonEmpty a -> Bool
-- * \"Set\" operations -- * \"Set\" operations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment