Talk:Learn Haskell in 10 minutes
From HaskellWiki
main
- Yes - I agree with Conal and have done a start, albeit without renaming the section to definitions.--BrettGiles 17:54, 22 July 2007 (UTC)
Don't you think referencing "Teach Yourself Programming in Ten Years" would be useful here? --vvv 15:12, 2 August 2007 (UTC)
What is the syntax for comments in Haskell code?
- -- introduces a single line comment
- {- is a nested comment -} dons 05:07, 5 September 2008 (UTC)
