Skip to content

Add 'partitionWith' #319

@chshersh

Description

@chshersh

A function with the following type:

partitionWith :: (a -> Either b c) -> [a] -> ([b], [c])

It is very useful occasionally.

Metadata

Metadata

Assignees

Labels

newBring something new into library (add function or type or interface)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions