Skip to content

soupi/learn-haskell-blog-generator

book
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

learn-haskell-blog-generator

This is the source repository for "Learn Haskell by building a blog generator", a 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