<div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;font-size:small">Given the distinction between lists and sets, you might also consider</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_default" style><p class="" style><font face="monospace, monospace">Prelude Data.Set Data.List> [] `isInfixOf` [1,2,3]<br></font><span style="font-family:monospace,monospace">True<br></span><span style="font-family:monospace,monospace">Prelude Data.Set Data.List> (fromList []) `isSubsetOf` (fromList [1,2,3])<br></span><span style="font-family:monospace,monospace">True</span><span style="font-family:monospace,monospace"> </span></p></div></blockquote><div class="gmail_default" style="font-size:small">







<p class=""><font face="georgia, serif">Of course </font><font face="monospace, monospace">`isInfixOf`</font><font face="georgia, serif"> is in general more restrictive than </font><font face="monospace, monospace">`isSubsetOf`</font><font face="georgia, serif">, in the sense that the infix relationship depends on ordering, which the subset relationship does not.</font></p><p class="" style="font-family:georgia,serif">Hope that helps,</p><p class="" style="font-family:georgia,serif">-jn-</p><p class="" style="font-family:georgia,serif"><br></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 25, 2015 at 8:55 AM, Shishir Srivastava <span dir="ltr"><<a href="mailto:shishir.srivastava@gmail.com" target="_blank">shishir.srivastava@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, <div><br></div><div>Can someone please explain why this results in error - </div><div><br></div><div>[] `elem` [1,2,3]</div><div><br></div><div>Shouldn't the empty set by definition be the element of all sets including a non-empty set ?</div><div><br></div><div>I am assuming 'Lists' are different from 'Sets' in Haskell, if yes, is there a separate module for dealing/working with sets ?</div><div><br></div><div>Thanks,</div><div><div><div><div dir="ltr"><font color="#0b5394"><font style="background-color:rgb(255,255,255)"><font face="georgia, serif">Shishir Srivastava</font></font><br></font><br></div></div></div>
</div></div>
<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" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Beauty of style and harmony and grace and good rhythm depend on simplicity. - Plato</div>
</div>