tvl-depot/scratch/haskell-programming-from-first-principles
William Carroll 0f1146cc4c Partially complete the "Basic Libraries" chapter exercises
I was instructed to benchmark these functions, but I couldn't get the
benchmarking library to run using Nix -- although I'm *sure* it's
possible. Unfortunately the book recommends using `stack`, which I couldn't
reproduce.
2020-07-17 11:39:44 +01:00
..
.ghci Create a .ghci for this directory 2020-07-01 10:38:56 +01:00
applicative.hs Complete exercises from Applicative chapter 2020-06-18 11:07:03 +01:00
basic-libraries.hs Partially complete the "Basic Libraries" chapter exercises 2020-07-17 11:39:44 +01:00
composing-types.hs Partially complete some of the exercises for Composing Types 2020-07-11 11:25:07 +01:00
foldable.hs Complete exercises from Foldable chapter 2020-06-18 11:05:49 +01:00
monad-transformers.hs Finish exercises for Monad Transformer chapter 2020-07-12 22:43:29 +01:00
monad.hs Complete the Monad chapter 2020-06-18 11:07:55 +01:00
non-strictness.hs Complete exercises for "Non-Strictness" chapter 2020-07-14 22:28:24 +01:00
reader.hs Complete exercises for Reader and State chapters 2020-07-01 10:42:57 +01:00
shell.nix Create Nix shell for Haskell scratchpad 2020-06-18 11:08:55 +01:00
state.hs Complete exercises for Reader and State chapters 2020-07-01 10:42:57 +01:00
traversable.hs Complete exercises from Traversable chapter 2020-07-01 10:37:54 +01:00