feat(author): add author

This commit is contained in:
Mahdi Dibaiee
2017-10-20 21:17:29 +03:30
parent d3ebc8b77d
commit 3e7918255b
15 changed files with 18 additions and 2 deletions

View File

@ -6,6 +6,7 @@ permalink: typoclassopedia-exercise-solutions/
categories: programming
math: true
toc: true
author: Mahdi
---
I wanted to get proficient in Haskell so I decided to follow [An [Essential] Haskell Reading List](http://www.stephendiehl.com/posts/essential_haskell.html). There I stumbled upon [Typoclassopedia](https://wiki.haskell.org/Typeclassopedia), while the material is great, I couldn't find solutions for the exercises to check against, so I decided I would write my own and hopefully the solutions would get fixed in case I have gone wrong by others. So if you think a solution is wrong, let me know in the comments!