-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config.json: Add select topics (#476)
While evaluating that a proposed hello-world exercise in #475 would introduce Maybe into the track at the first exercise, I found myself wondering what other exercises introduce Maybe. I decided to put this, and select other topics, into the config.json file. The topics selected are, largely, those that might affect a problem ordering decision. They are topics that either require some effort to grasp (so we should not put them too early) and/or are repetitive (so we should not place them too close together). * Maybe * Either * Lazy evaluation * Define a data type * Library reimplementation * Refactoring * Accumulator-strictness * instance TC (where TC is any typeclass other than Eq or Show) * IO Monad * Random * Mutable state Closes #274.
- Loading branch information
1 parent
8f1ccb1
commit 10f3ad6
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters