Skip to content

Commit

Permalink
Use tut:reset correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-lazaro committed Nov 27, 2017
1 parent a27927d commit 9b09aa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/typeclasses/contravariantmonoidal.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ scaladoc: "#cats.ContravariantMonoidal"
The `ContravariantMonoidal` type class is for [`Contravariant`](contravariant.html) functors that can define a
`product` function and a `unit` function.

```tut:reset
```tut:silent
import cats.Contravariant
trait ContravariantMonoidal[F[_]] extends Contravariant[F] {
Expand Down Expand Up @@ -38,7 +38,7 @@ but there are also interesting instances for other types.

An example application would be the case of predicates. Consider the type,

```tut:book:silent
```tut:book:silent:reset
import cats._
import cats.implicits._
Expand Down

0 comments on commit 9b09aa4

Please sign in to comment.