diff options
author | Andy <andys8@users.noreply.github.com> | 2017-04-01 22:19:58 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2017-04-01 22:19:58 +0200 |
commit | 63a6eb1182205389388e13b680962199ac9b3ffb (patch) | |
tree | 5009e84c767633adc3aea074db6dc315f3332160 /haskell.html.markdown | |
parent | 5ab4fb659a34e46873c7734e8d0ce0f6c6c860e5 (diff) |
[haskell] Updating second headline (#2695)
* Haskell: Updating second headline
* Haskell: Updating second headline (es)
* Haskell: Updating second headline (fr)
* Haskell: Updating second headline (pl)
* Haskell: Updating second headline (pt)
* Haskell: Updating second headline (ro)
* Haskell: Updating second headline (ru)
* Haskell: Updating second headline (cn)
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. |