[Haskell-beginners] tuple space

Imants Cekusins imantc at gmail.com
Fri Feb 5 22:06:40 UTC 2016


> (1,1,2,3,”string”, 4.5, “string”, 1) is also valid tuple

[Int' 1, Int' 1, Int' 2, Int' 3, String' "string", Double' 4.5,
String' "string", Int 1]

not sure about Double but the rest should be ok. try it!


More information about the Beginners mailing list