iloveponies / structured-data

17 stars 1.38k forks source link

Authors gets defined twice #799

Open Mayse opened 8 years ago

Mayse commented 8 years ago

ex. 24 asks to "Write the function (authors books) that returns the authors of every book in books as a set." but later on after ex. 30 "(def authors #{china, felleisen, octavia, friedman})" data is introduced for testing purposes which gets masked by the previous function definition.

baobabKoodaa commented 8 years ago

I'm having issues with this as well.