Update haskell.html.markdown

Just a typo. https://github.com/adambard/learnxinyminutes-docs/issues/190
This commit is contained in:
Xiao Chuan Yu 2013-08-12 11:17:37 -04:00
parent ad621beb73
commit 76526895ff

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