This chapter
- Queries what the hell this
Time
thing is and why it has an uppercase - Points out that some things, like
Time
, should really only exist once (there's only one 'Time') - Points out that there are many different instances of 'Time' (1 o'clock, 2 o'clock, and so on)
- Uses
new
withTime
to capture instances ofTime
- Uses Plato's Theory of Forms to generalise what classes are, and how they relate to instances.