Skip to content

Commit

Permalink
Merge pull request #1157 from ceedubs/tut-book
Browse files Browse the repository at this point in the history
Use tut:book in invariantmonoidal doc
  • Loading branch information
fthomas authored Jun 24, 2016
2 parents d256ec3 + 1bf632d commit c4f5d1c
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 @@ -59,7 +59,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 @@ -177,7 +177,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 c4f5d1c

Please sign in to comment.