Skip to content

Commit

Permalink
Add exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
DanBurton committed Nov 6, 2012
1 parent 7fd41d3 commit e8f36d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Literate Haskell/bowling-tardis.lhs
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,17 @@ a list of bowling scores, from the last frame to the first.

[ghci]
main

Exercise:
[download this code](https://raw.github.com/DanBurton/Blog/master/Literate%20Haskell/bowling-tardis.lhs),
and remove the tilde (~) from line 129. What happens? Why?

Next time
======================================================================

Bowling was a rather simple example, to warm you up to the idea
of what a Tardis is and what it can do.
Next time, we'll get even more timey-wimey by sketching out
the concept of "seers" with nothing more than tardis primitives
and a vague idea of some ground rules to rationally explain how
you might describe a believable system of "seers" in a fictional setting.

0 comments on commit e8f36d8

Please sign in to comment.