
25 Jul
2009
25 Jul
'09
2:55 a.m.
From the previous examples, I was thinking something like Cons 'a' 'b' 'c' would create a list ['a','b','c'] but it gave me errors... help please,
Hi, I was trying to use the solution given, but I don't know how to use it... How do I create something that is of type List? data List a = Nil | Cons a (List a) thanks. -- View this message in context: http://www.nabble.com/YAHT-Question-about-Exercise-4.8-tp24655087p24655087.h... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.