Skip to content

Commit

Permalink
Use tut:book in invariantmonoidal doc
Browse files Browse the repository at this point in the history
To make it consistent with other docs.
  • Loading branch information
ceedubs committed Jun 23, 2016
1 parent c869d7b commit 1bf632d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/invariantmonoidal.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ implicit val fooSemigroup: Semigroup[Foo] = (

Our new Semigroup in action:

```tut
```tut:book
Foo("Hello", List(0.0)) |+| Foo("World", Nil) |+| Foo("!", List(1.1, 2.2))
```

Expand Down Expand Up @@ -178,7 +178,7 @@ val fooCodec: CsvCodec[Foo] = (

Finally let's verify out CsvCodec law with an example:

```tut
```tut:book
val foo = Foo("foo", BinDec(10, 10), BinDec(20, 20))

val fooCsv = fooCodec.write(foo)
Expand Down

0 comments on commit 1bf632d

Please sign in to comment.