streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Implement "split" Fold

Open harendra-kumar opened this issue 3 years ago • 0 comments

Implement "split" operation:

split :: Monad m => Fold m x a -> Fold m x b -> Fold m x (a, b)

harendra-kumar avatar Oct 27 '22 14:10 harendra-kumar