diff options
Diffstat (limited to 'haskell.html.markdown')
-rw-r--r-- | haskell.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haskell.html.markdown b/haskell.html.markdown index ce804415..4e254070 100644 --- a/haskell.html.markdown +++ b/haskell.html.markdown @@ -64,7 +64,7 @@ not False -- True ---------------------------------------------------- --- Lists and Tuples +-- 2. Lists and Tuples ---------------------------------------------------- -- Every element in a list must have the same type. |