<div dir="ltr">2011/12/30 Stanisław Findeisen <span dir="ltr">&lt;<a href="mailto:stf-list@eisenbits.com">stf-list@eisenbits.com</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What is the difference between, e.g., Bounded Bool and Enum Bool?</blockquote><div><br></div><div>There is only one Bool type; it is an instance of multiple typeclasses.  So, for example, it is a Bounded (meaning that there are &quot;minBound&quot; and &quot;maxBound&quot; values associated with it) and an Enum (meaning that there are &quot;predecessor&quot; and &quot;successor&quot; functions associated with it).</div>
<div><br></div><div>Look at the definitions of the indicated classes to see what they mean.</div></div><div><br></div>-- <br>brandon s allbery                                      <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>
wandering unix systems administrator (available)     (412) 475-9364 vm/sms<br><br>
</div>