Skip to content

Commit

Permalink
Add piecemeal import for MonadError (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneyens authored and johnynek committed Feb 2, 2017
1 parent 5a9717a commit 7919a30
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 @@ -24,6 +24,7 @@ package object syntax {
object invariant extends InvariantSyntax
object list extends ListSyntax
object monadCombine extends MonadCombineSyntax
object monadError extends MonadErrorSyntax
object monadFilter extends MonadFilterSyntax
object monoid extends MonoidSyntax
object option extends OptionSyntax
Expand Down

0 comments on commit 7919a30

Please sign in to comment.