tvl-depot/scratch/haskell-programming-from-first-principles
William Carroll d820898de5 Complete exercises from Traversable chapter
I feel much more comfortable using `traverse` and `sequenceA`. I even used both
of them in the Haskell program that I wrote at work to export a trix.
2020-07-01 10:37:54 +01:00
..
applicative.hs Complete exercises from Applicative chapter 2020-06-18 11:07:03 +01:00
foldable.hs Complete exercises from Foldable chapter 2020-06-18 11:05:49 +01:00
monad.hs Complete the Monad chapter 2020-06-18 11:07:55 +01:00
shell.nix Create Nix shell for Haskell scratchpad 2020-06-18 11:08:55 +01:00
traversable.hs Complete exercises from Traversable chapter 2020-07-01 10:37:54 +01:00