[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

@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
-- Listas y Tuplas
-- 2. Listas y Tuplas
----------------------------------------------------
-- Cada elemento en una lista debe ser del mismo tipo.

View File

@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
-- Listes et tuples
-- 2. Listes et tuples
----------------------------------------------------
-- Tous les éléments d'une liste doit avoir le même type.

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.

View File

@ -65,7 +65,7 @@ not False -- True
"To jest lancuch" !! 0 -- 'T'
----------------------------------------------------
-- Listy oraz krotki
-- 2. Listy oraz krotki
----------------------------------------------------
-- Wszystkie elementy listy muszą być tego samego typu.

View File

@ -93,7 +93,7 @@ not False -- Nega uma falácia
"AbBbbcAbbcbBbcbcb" !! 2 -- 'B'
----------------------------------------------------
-- Listas e Túplas
-- 2. Listas e Túplas
----------------------------------------------------
-- A construção de uma lista precisa ser de elementos homogêneos

View File

@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
-- Liste si tupli
-- 2. Liste si tupli
----------------------------------------------------
-- Fiecare element dintr-o lista trebuie sa aiba acelasi tip.

View File

@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
-- Списки и Кортежи
-- 2. Списки и Кортежи
----------------------------------------------------
-- Все элементы списка в Haskell

View File

@ -66,7 +66,7 @@ not False -- True
----------------------------------------------------
-- 列表和元组
-- 2. 列表和元组
----------------------------------------------------
-- 一个列表中的每一个元素都必须是相同的类型。