diff --git a/typeclasses/typeclasses.lhs b/typeclasses/typeclasses.lhs index 43fc91b..db629a4 100644 --- a/typeclasses/typeclasses.lhs +++ b/typeclasses/typeclasses.lhs @@ -6,12 +6,13 @@ Index ===== - Typeclasses and instances +- Functor - Monoid +- Applicative - Foldable -- Functor -- Applicative Functor - Traversable -- Monad +- Concluding example +- (Sorry, no monads this time)