Skip to content

Commit

Permalink
Added cats.Traverse to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok authored Sep 25, 2018
1 parent 0543df7 commit cee2a35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Test("1").map(_.toInt) // Test(1)

## Implemented

* `@Semi`: `cats.Eq`, `cats.PartialOrder`, `cats.Order`, `cats.Hash`,
`cats.Functor`, `cats.Foldable`, `cats.Show`, `cats.derived.ShowPretty`,
`cats.Monoid`, `cats.MonoidK`, `cats.Semigroup`, `cats.SemigroupK`,
`alleycats.Empty`.
`cats.Eq`, `cats.PartialOrder`, `cats.Order`, `cats.Hash`,
`cats.Functor`, `cats.Foldable`, `cats.Traverse`, `cats.Show`, `cats.derived.ShowPretty`,
`cats.Monoid`, `cats.MonoidK`, `cats.Semigroup`, `cats.SemigroupK`,
`alleycats.Empty`.

## Internals

Expand Down

0 comments on commit cee2a35

Please sign in to comment.