1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-29 09:30:20 +02:00

[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)
This commit is contained in:
Andy
2017-04-01 22:19:58 +02:00
committed by ven
parent 5ab4fb659a
commit 63a6eb1182
8 changed files with 8 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ not False -- True
----------------------------------------------------
-- Lists and Tuples
-- 2. Lists and Tuples
----------------------------------------------------
-- Every element in a list must have the same type.