This commit is contained in:
Stephen Diehl
2016-07-29 12:07:32 -04:00
parent 4437583e3f
commit 5de8f47138
5 changed files with 298 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
Welcome to project documentation.
- [Functions](Function.md)
- [Functors](Applicative.md)
- [Monad](Monad.md)
- [Maybe](Maybe.md)
- [Lists](List.md)
- [Folds](Folds.md)
- [Dictionaries](Map.md)
- [Sets](Set.md)
- [Exception Handling](Exceptions.md)