Haskell Programming From First Principles (book)¶ My notes, solutions and explanations on the exercises of the book. Haskell Programming From First Principles 04 - Data Types Datatypes Data Types Questions and Answers types aka enumerate types values and types data declarations basic data declaration ch09 Exercises :: Lists Will it blow up? Exercise 01 Exercise 02 Exercise 03 Exercise 04 Exercise 05 Exercise 06 Exercise 07 Exercise 08 Exercise 09 Exercise 10 Is it in normal form? Exercise 01 Exercise 02 Exercise 03 Exercise 04 Exercise 05 Exercise 06 Exercise 07 More Bottoms Exercise 01 Exercise 02 Exercise 03 Exercise 04 Exercise 05 a b c Exercise 06 Exercises: Filtering Exercise 1 Exercise 2 Exercise 3 Solution 1 Solution 2 Zipping exercises Exercise 1 Solution 1 Solution 2 Exercise 2 Solution 1 Solution 2 Exercise 3 Solution 1 Chapter exercises Data.Char Exercise 1 Solution Exercise 2 Which function? Solution 1 Solution 2 Exercise 3 Solution Exercise 4 Solution 1 Solution 2 Exercise 5 Solution 1 Exercise 6 Solution 1 Ciphers Solution 1 (baby steps 😅) Solution 2 Solution 3 Solution 4 Writing your own standard functions myAnd myOr myAny myElem myReverse squish squishMap squishAgain myMaximumBy Solution 1 Solution 2