Skip to content

Commit

Permalink
fix nonEmptyList
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored May 9, 2017
1 parent f5bd0d0 commit 24fda91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/typeclasses/typeclasses.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Originally from [@alexknvl](https://gist.github.com/alexknvl/d63508ddb6a728015ac
| Const[K, A] || ✔ (`K:Monoid`) ||||||||
| Either[E, A] ||||||||||
| List[A] ||||||||||
| NonEmptyList[A] |||| ||||||
| NonEmptyList[A] |||| ||||||
| Stream[A] ||||||||||
| Map[K, A] ||||||||||
| Validated[E, A] || ✔ (`E: Semigroup`)|||| ✔ (`E: Semigroup`)||||
Expand Down

0 comments on commit 24fda91

Please sign in to comment.