Skip to content

Commit

Permalink
Remove mentions of Course.Bind and Course.Apply
Browse files Browse the repository at this point in the history
These were removed in #164. This commit removes mentions of the modules
in the Monad.Tutorial module and the README file
  • Loading branch information
Mariano Casco committed Nov 12, 2015
1 parent e1ac210 commit 6380dd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 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

0 comments on commit 6380dd8

Please sign in to comment.