1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 12:10:52 +02:00

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

View File

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