1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-30 02:14:01 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Sean Chalmers
86fc64c3dd Add some more guidance.
Added readme files to the individual exercises to help point people in the right
direction when they get started. Probably more useful to the people that are
wanting to try this by themselves.
2017-08-31 11:31:08 +10:00
Sean Chalmers
ff4aa08822 Restructure to something more sensible
Also now it'll be consistent across levels 5-7.

Wording fixes, some more code stubbed out to be filled in by students.
2017-08-24 15:45:57 +10:00
Sean Chalmers
cccc88a650 Forgot the DbComment module.
Not sure at the moment how to weave that into the storyline for level05
and added some more explanation for level06
2017-08-24 14:53:08 +10:00
Sean Chalmers
d901dedf24 Questions, questions... 2017-08-23 17:14:29 +10:00
Sean Chalmers
c37183cdf2 Wording Updates
Removed a silly usage of `either` and fixed up a typo and some other
phrasing changes.
2017-08-22 09:14:19 +10:00
Sean Chalmers
746d73d902 Typo fix 2017-08-17 11:37:51 +10:00
Sean Chalmers
767256ebd4 Added more description around the ReaderT / AppM
More work needed to explain things a little better, not sure I've
made a good case for motivating the use of ReaderT or actually
explained it that well.
2017-08-17 11:31:46 +10:00
Sean Chalmers
e06eae6695 Tests weren't passing for level06
Tests now pass for level06

need more tests
2017-08-17 08:54:02 +10:00
Sean Chalmers
3f3ac5b108 Ugh, ReaderT lesson added.
Not sure I like it very much, the work continues.
2017-08-15 16:42:24 +10:00