learnyouahaskell.github.io
learnyouahaskell.github.io copied to clipboard
A community version of the renowned "Learn You a Haskell" (LYAH) tutorials collection!
I feel it's high time that LYAH includes a Dark Mode. Personally, I'm not a fan of the Light Mode, I find it less comfortable to read. A Dark Mode...
Fix typo
Fixed a minor typo.
This refers to PR #59. 1. The standard prelude does not include `readMaybe`. `Text.Read` needs to be imported. 2. The type annotation was insufficient. I needed to add `Read a`...
Added instructions for finding the 12K+ member functional programming Discord channel
I hope to get the build infrastructure in a flexible enough state eventually so that the book can be compiled into different formats (mainly, PDF and single-page HMTL) Changes Made:...
PR #59 did not edit the source markdown, only the generated html. PR #71 only edits generated files. This is going to be a problem next time somebody regenerates the...