Skip to content

Make partitionWithM less strict

sheaf requested to merge wip/partitionWithM-strictness into master

This makes the monadic partitionWithM function match the behaviour of the non-monadic partitionWith function, as suggested by Matthew Craven.

Merge request reports