You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
415 B
26 lines
415 B
7 years ago
|
# Chapter Exercises
|
||
|
## Determine the kinds
|
||
|
1. `*`
|
||
|
2. `* -> *`
|
||
|
|
||
|
## String processing
|
||
|
see src/stringproc.hs
|
||
|
|
||
|
## Validate the words
|
||
|
see src/validateword.hs
|
||
|
|
||
|
## It's only Natural
|
||
|
see src/naturals.hs
|
||
|
|
||
|
## Small library for Maybe
|
||
|
see src/libmaybe.hs
|
||
|
|
||
|
## Small library for Either
|
||
|
see src/libeither.hs
|
||
|
|
||
|
## Write your own iterate and unfoldr
|
||
|
see src/itunfold.hs
|
||
|
|
||
|
## Finally something other than a list!
|
||
|
see src/binarytree.hs
|