learn4haskell icon indicating copy to clipboard operation
learn4haskell copied to clipboard

Completed Chapter 1 and Chapter 2

Open jedau opened this issue 3 years ago • 1 comments

Solutions for Chapter 1 and Chapter 2

Summoning @vrom911 and @chshersh for review! Any feedback is greatly appreciated 😄

PS This was such a fun tutorial. Kudos to you folks! Will definitely be coming back to finish the remaining chapters. I've been looking for an engaging Haskell tutorial for a while now and I can't believe I stumbled upon one while participating in Hacktoberfest!

PPS I realized that I made so many commits for my Chapter 1 PR, so I squashed them to just 1 for Chapter 2 😅 Hoping I can get an approval for these as I'm trying to complete my first Hacktoberfest. Thanks!

jedau avatar Oct 17 '22 14:10 jedau

@vrom911 I'm not sure why the Doctest is failing for Chapter 2. Initially, it expected "some string" :: [Char] so I changed it to "some string" :: [Char] from "some string" :: String, but now it's expecting String as the data type. Very confused how to resolve this issue. Any assistance would be appreciated 😄

jedau avatar Oct 22 '22 17:10 jedau