00 Intro
Functional programming is a programming paradigm where programs are constructed by applying and …
01 Types
The different types of Haskell and their specialities
02 Lists
Lists in Haskell and their usage
03 Functions
The most important building blocks in functional programming
04 Recursion
Repeat something until it is trivial to solve
05 Datatypes
How to define and work with custom data types in Haskell