discrimination icon indicating copy to clipboard operation
discrimination copied to clipboard

Add functions to create NonEmpty groups

Open flip111 opened this issue 9 months ago • 1 comments

group :: Grouping a => [a] -> [NonEmpty a]
groupWith :: Grouping b => (a -> b) -> [a] -> [NonEmpty a]

flip111 avatar Apr 13 '25 22:04 flip111