Skip to content

Commit

Permalink
Merge pull request #1045 from peterneyens/docs/link-to-optiont-from-m…
Browse files Browse the repository at this point in the history
…onad

Add a link to the OptionT documentation from the monad docs.
  • Loading branch information
adelbertc committed May 18, 2016
2 parents defac45 + 40e7cf7 commit c81e1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/tut/monad.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ implicit def optionTMonad[F[_]](implicit F : Monad[F]) = {

This sort of construction is called a monad transformer.

Cats has an [`OptionT`](optiont.html) monad transformer, which adds a lot of useful functions to the simple implementation above.

0 comments on commit c81e1d9

Please sign in to comment.