Difference between revisions of "Talk:Learn Haskell in 10 minutes"

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

Revision as of 13:17, 18 July 2007

In Learn_Haskell_in_10_minutes#Function_definitions, the definition of main is not a function, but rather an IO definition. Haskell cleanly separates the notion of "function" from "definition". I suggest renaming this section just "Definitions" and tweaking the explanation. Conal 13:17, 18 July 2007 (UTC)