Skip to content

Commit

Permalink
Merge pull request #167 from mdsn/bind-apply-readme-patch
Browse files Browse the repository at this point in the history
Bind apply readme patch
  • Loading branch information
tonymorris committed Nov 13, 2015
2 parents e1ac210 + a0dc860 commit fa54e30
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,7 @@ step is to complete the exercises in `Course.List`.
After this, the following progression of modules is recommended:

* `Course.Functor`
* `Course.Apply`
* `Course.Applicative`
* `Course.Bind`
* `Course.Monad` (please see [this issue](https://github.com/NICTA/course/issues/118))
* `Course.FileIO`
* `Course.State`
Expand Down
4 changes: 0 additions & 4 deletions src/Course/MonadTutorial.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ and burn result.
Please complete the following exercises before proceeding:
* Course/Functor
* Course/Apply
* Course/Applicative
Optionally, for even more rigorous preparation, also complete the Course/Bind
exercises.
--------------------------------------------------------------------------------
In this source file, you will find a recurring pattern:
Expand Down
2 changes: 0 additions & 2 deletions test/doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ preferredOrder :: [String]
preferredOrder = map (\f -> "src/Course" </> f <.> "hs") [
"List"
, "Functor"
, "Apply"
, "Applicative"
, "Bind"
, "Monad"
, "FileIO"
, "State"
Expand Down

0 comments on commit fa54e30

Please sign in to comment.