Skip to content

Commit

Permalink
Move ParallelFoldMapASyntax from AllSyntaxBinCompat to AllSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nigredo-tori committed Nov 14, 2019
1 parent d5b96dd commit 0259244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/syntax/all.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ abstract class AllSyntaxBinCompat
with AllSyntaxBinCompat4
with AllSyntaxBinCompat5
with AllSyntaxBinCompat6
with ParallelFoldMapASyntax

trait AllSyntax
extends AlternativeSyntax
Expand Down Expand Up @@ -60,6 +59,7 @@ trait AllSyntax
with ValidatedSyntax
with VectorSyntax
with WriterSyntax
with ParallelFoldMapASyntax

trait AllSyntaxBinCompat0 extends UnorderedTraverseSyntax with ApplicativeErrorExtension with TrySyntax

Expand Down

0 comments on commit 0259244

Please sign in to comment.