Welcome to my github repo!
Here I am posting my notes and exercises I am doing in order to learn functional programming.
I want to thank @nathanielrsuchy and @devonrevenge for introducing me into functional programming.
- Notes: Personal notes about several topics (recursion, libraries/modules, datastructures...)
- Exercises: Starting with simple exercises and implementing simple datastructures
- Parser: Little parser idea I got in order to practice a bit.
- Linear Data Structures: Linear Data Structures in Haskell
- Trees: Trees in Haskell
- Data Structures: More dataStructures can be found here