Skip to content

Commit

Permalink
Temporarily modify scaladoc to avoid build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Itamar Ravid committed Aug 9, 2017
1 parent 425639b commit bfbffdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/data/ReaderWriterStateT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import cats.syntax.either._
* with an initial environment `E`, an accumulated log `L` and a result `A`.
*
* In other words, it is a pre-baked stack of `[[ReaderT]][F, E, A]`, `[[WriterT]][F, L, A]`
* and `[[IndexedStateT]][F, SA, SB, A]`.
* and `IndexedStateT[F, SA, SB, A]`.
*/
final class IndexedReaderWriterStateT[F[_], E, L, SA, SB, A](val runF: F[(E, SA) => F[(L, SB, A)]]) extends Serializable {

Expand Down

0 comments on commit bfbffdd

Please sign in to comment.