I just spent far too long realizing what this meant: ``` No type class instance was found for Data.Show.Show (Canceler t3) ``` while trying to get the examples to work. And the solution of course makes sense - `void main` - (if you don't care about the return value) Perhaps a note on that for noobies?