mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #197 from xiaochuanyu/patch-1
Typo in haskell.html.markdown
This commit is contained in:
commit
46eace2b78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user