Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
fix a small typo
  • Loading branch information
matsluni committed Feb 9, 2018
1 parent c46c87a commit 800a327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ The Monad Template Library module gives more specialized version of existing typ

- [`Corecursive`]({{ '/docs/typeclasses/corecursive/' | relative_url }}) - traverses a structure forwards from the starting case

- [`Recursive`]({{ '/docs/typeclasses/recursive/' | relative_url }}) - traverses a structure bacKards from the base case
- [`Recursive`]({{ '/docs/typeclasses/recursive/' | relative_url }}) - traverses a structure backwards from the base case

- [`Birecursive`]({{ '/docs/typeclasses/birecursive/' | relative_url }}) - it is both recursive and corecursive

0 comments on commit 800a327

Please sign in to comment.