Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.hi
*.ho
*.o
#*.hs#
#*.*#
*stack-work*
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Beginnng Haskell: A Project Based Approach

### Tasks Remaining
## Tasks Remaining
- [x] Chapter 1
- [x] Chapter 2
- [x] Chapter 3
Expand All @@ -20,7 +20,9 @@
- [x] Chapter 15
- [ ] Chapter 16

## Real World Haskell
# Real World Haskell

## Tasks Remaining
- [ ] Chapter 1
- [ ] Chapter 2
- [ ] Chapter 3
Expand All @@ -43,6 +45,6 @@
- [ ] Appendix B


## The Haskell School of Expression: Learning Functional Programming through Multimedia
# The Haskell School of Expression: Learning Functional Programming through Multimedia

TBD
24 changes: 0 additions & 24 deletions chapter04/chapter04.cabal

This file was deleted.

146 changes: 0 additions & 146 deletions chapter04/src/Chapter04/Containers.hs

This file was deleted.

157 changes: 0 additions & 157 deletions chapter04/src/Chapter04/Datatypes.hs

This file was deleted.

10 changes: 0 additions & 10 deletions chapter04/src/Chapter04/Typeclasses.hs

This file was deleted.

4 changes: 0 additions & 4 deletions chapter04/src/Main.hs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Revision history for chapter04

## 0.0.0.1 -- YYYY-mm-dd
## 0.1.0.0 -- YYYY-mm-dd

* First version. Released on an unsuspecting world.
Loading