Skip to content

Commit

Permalink
minor correction to the website doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed May 19, 2017
1 parent cc4080c commit b88b29c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/tut/datatypes/freeapplicative.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ case for monads.

Therefore, we can write an interpreter that uses the product of the `ParValidator` and `Log` `Applicative`s
to interpret our program in one go. We can create this interpreter easily by using `FunctionK#and`.
Note that this `product` is a higher kinded one, hence the name `Tuple2K`. It was renamed from `Prod` after
0.9.0.

```tut:silent
import cats.data.Tuple2K
Expand Down

0 comments on commit b88b29c

Please sign in to comment.