Created
May 1, 2010 22:44
-
-
Save moonmaster9000/386726 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clarke = createAuthor "Arthur C. Clarke" ["Garden of Rama"] | |
lee = createAuthor "Gentry Lee" ["Garden of Rama"] | |
gardenAuthorsAccordingToClarke = map name $ authors $ head $ books clarke | |
-- ["Arthur C. Clarke"] | |
gardenAuthorsAccordingToLee = map name $ authors $ head $ books lee | |
-- ["Gentry Lee"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment