You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: