Skip to content

Latest commit

 

History

History
74 lines (69 loc) · 3.55 KB

readme.md

File metadata and controls

74 lines (69 loc) · 3.55 KB

learn-haskell-blog-generator

This is the source repository for "Learn Haskell by building a blog generator", a project-oriented book about Haskell.

To view the book, visit the website.

To report issues and ask questions, visit the issue tracker.

Code reference

Chapter Code Commit
3.9 - HTML EDSL Tree
4.4 - Markup parsing Tree Diff
5.1 - Markup to HTML conversion Tree Diff
5.2 - IO Tree Diff
5.3 - Package format Tree Diff
5.4 - CLI options parsing Tree Diff
6 - Richer HTML content Tree Diff
6.5 - Handling multiple files Tree Diff
7 - Environment Tree Diff
8 - Testing Tree Diff