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.
10 lines
289 B
10 lines
289 B
7 years ago
|
# Chapter Excercises
|
||
|
## A warmup stretch
|
||
|
see src/ReaderPractise
|
||
|
|
||
|
## Rewriting Shawty
|
||
|
No idea if this is correct.
|
||
|
|
||
|
see shawty-prime/app/Main.hs
|
||
|
|
||
|
I can create a `ReaderT` from `app` and that works, but I can't do the same with `saveURI` and `getURI` and find how to connect it up with `app`.
|