mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 01:04:10 +02:00
Update haskell.html.markdown
Just a typo. https://github.com/adambard/learnxinyminutes-docs/issues/190
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user