-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add syntax for Bitraverse to allow traversal and sequencing of the le…
…ft side (#2606) * Add syntax for Bitraverse to allow independent traversal of sides This adds syntax for: * traverse * sequence * leftTraverse * leftSequence I am open to having better names, but I think these would be useful to have in cats-core. * Add syntax tests and accept prePR's style change * Fix repeated variables in SyntaxSuite * Rename bitraverse's traverse and sequence to rightTraverse and rightSequence * Attempt to make new Bitraverse syntax binary compatible * Add a new syntax bincompat to let me add new Bitraverse syntax to syntax.all * Move Bitraverse new syntax into AllSyntaxBinCompat3 * Drop rightTraverse and rightSequence from this PR * scalafmt * Add scaladoc on leftSequence/leftTraverse * Fix doctests for leftTraverse/leftSequence * Fix doctests for leftTraverse/leftSequence again * Fix doctests for leftTraverse/leftSequence yet again
- Loading branch information
1 parent
c944d1d
commit b4d1ad1
Showing
4 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters