<div dir="ltr">1<div><br></div><div><div><b>Prelude> :t (:)</b></div><div><b>(:) :: a -> [a] -> [a]</b></div></div><div><b><br></b></div><div><b>xs will at least be a list of list.</b></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 9, 2015 at 12:21 PM, RAJATKUMAR ZALA <span dir="ltr"><<a href="mailto:rajatkumarzala@yahoo.com" target="_blank">rajatkumarzala@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Friends,<br>
<br>
I am totally new to Haskell. I am learning Haskell from a website on my own pace. From that site, I came to know about list in haskell and its type assignment. There is a confusable question on site. I am posting question here....<br>
<br>
<br>
<br>
1. Given that the expression []:xs is well typed, which of the following is not a possible type assignment for xs?<br>
<br>
<br>
Options:-<br>
<br>
1. xs :: [Int]<br>
2. xs :: [[Float]]<br>
3. xs :: [[[Char]]]<br>
4. xs :: [[[[Bool]]]]<br>
<br>
<br>
If any friend know about it then please clarify me on it.<br>
<br>
Thanks in advance<br>
<span class="HOEnZb"><font color="#888888"><br>
Rajatkumar Zala<br>
India<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
</font></span></blockquote></div><br></div>