Skip to content

Commit

Permalink
Add list syntax object
Browse files Browse the repository at this point in the history
Currently `import cats.syntax._` brings in the list syntax but there is
no object to import only the list syntax.
  • Loading branch information
ceedubs committed Jun 16, 2016
1 parent 400c24d commit c3ead79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/scala/cats/syntax/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package object syntax {
object functor extends FunctorSyntax
object group extends GroupSyntax
object invariant extends InvariantSyntax
object list extends ListSyntax
object monadCombine extends MonadCombineSyntax
object monadFilter extends MonadFilterSyntax
object option extends OptionSyntax
Expand Down

0 comments on commit c3ead79

Please sign in to comment.