Skip to content

Commit

Permalink
WIP: Changed index
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgimeno committed Apr 22, 2018
1 parent 0cef28f commit f5e3b37
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions typeclasses/typeclasses.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Index
=====

- Typeclasses and instances
- Functor
- Monoid
- Applicative
- Foldable
- Functor
- Applicative Functor
- Traversable
- Monad
- Concluding example
- (Sorry, no monads this time)

<div style="display: none;">
Expand Down Expand Up @@ -458,8 +459,8 @@ foldr :: (a -> (b -> b)) -> b -> [a] -> b
foldr f z xs = appEndo (foldComposing f xs) z
```
Foldables
=========
Foldable
========
* Finally, the class for foldable is (with most methods omitted):
Expand Down Expand Up @@ -508,6 +509,8 @@ Foldable
Traversable
===========
Example
=======
Bibliography
============
Expand Down

0 comments on commit f5e3b37

Please sign in to comment.