Difference between revisions of "Talk:99 questions/1 to 10"

From HaskellWiki
Jump to navigation Jump to search
(No difference)

Revision as of 12:02, 12 September 2007

Does the problem 1 example need correction?

The problem refers us to last as a Prelude function providing the same functionality. However, last has type [a] -> a which differs from the Lisp example's type [a] -> [a]. Should we revise the example or should we rephrase the reference to last to highlight the difference?

Chrycheng 12:02, 12 September 2007 (UTC)