Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Data/Vector.hs
Original file line numberDiff line numberDiff line change
Expand Up@@ -1343,7 +1343,7 @@ unstablePartition :: (a -> Bool) -> Vector a -> (Vector a, Vector a)
unstablePartition = G.unstablePartition

-- | /O(n)/ Split the vector in two parts, the first one containing the
-- @Right@ elements and the second containing the @Left@ elements.
-- @Left@ elements and the second containing the @Right@ elements.
-- The relative order of the elements is preserved.
--
-- @since 0.12.1.0
Expand Down