Skip to content

Commit

Permalink
typelevel#3141 Formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Twizty committed Nov 18, 2019
1 parent 971f380 commit d59858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/Foldable.scala
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ import Foldable.sentinel
*/
@noop def foldA[G[_], A](fga: F[G[A]])(implicit G: Applicative[G], A: Monoid[A]): G[A] =
fold(fga)(Applicative.monoid)

/**
* Fold implemented by mapping `A` values into `B` in a context `G` and then
* combining them using the `MonoidK[G]` instance.
Expand Down

0 comments on commit d59858a

Please sign in to comment.