Merge pull request #197 from xiaochuanyu/patch-1

Typo in haskell.html.markdown
This commit is contained in:
Adam Bard 2013-08-13 07:44:13 -07:00
commit 46eace2b78

View File

@ -84,7 +84,7 @@ not False -- True
-- rest of the elements of this "infinite" list don't exist yet! Haskell won't
-- actually evaluate them until it needs to.
- joining two lists
-- joining two lists
[1..5] ++ [6..10]
-- adding to the head of a list