mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 15:24:09 +03:00
Update haskell.html.markdown
Just a typo. https://github.com/adambard/learnxinyminutes-docs/issues/190
This commit is contained in:
parent
ad621beb73
commit
76526895ff
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user