Difference between revisions of "Talk:99 questions/Solutions/3"

From HaskellWiki
Jump to navigation Jump to search
(New page: It seems like the questions should be changed to use 0 as the first index of the list. I think the only reason that it is 1 currently is because that is what it was in the prolog problems ...)
 
(No difference)

Latest revision as of 18:52, 30 November 2012

It seems like the questions should be changed to use 0 as the first index of the list. I think the only reason that it is 1 currently is because that is what it was in the prolog problems set. Is there any reason to maintain this if haskell starts at index 0 normally?