From 9f1a72aee6b3039b98d5510ada8ae7e0a1d78adb Mon Sep 17 00:00:00 2001 From: Ignat Insarov <kindaro@gmail.com> Date: Sat, 23 Jul 2022 16:49:27 +0300 Subject: [PATCH] Export the new functions. --- libraries/base/Data/List/NonEmpty.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/base/Data/List/NonEmpty.hs b/libraries/base/Data/List/NonEmpty.hs index 18623dea32a3..1beb4a5a3dd9 100644 --- a/libraries/base/Data/List/NonEmpty.hs +++ b/libraries/base/Data/List/NonEmpty.hs @@ -76,6 +76,8 @@ module Data.List.NonEmpty ( , groupBy1 -- :: (a -> a -> Bool) -> NonEmpty 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) + , permutations + , permutations1 -- * Sublist predicates , isPrefixOf -- :: Foldable f => f a -> NonEmpty a -> Bool -- * \"Set\" operations -- GitLab