<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I&#8217;ve pushed a patch to the docs. Thanks<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">S<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org]
<b>On Behalf Of </b>José Pedro Magalhães<br>
<b>Sent:</b> 28 December 2011 15:08<br>
<b>To:</b> Wolfgang Jeltsch<br>
<b>Cc:</b> glasgow-haskell-users@haskell.org<br>
<b>Subject:</b> Re: ANNOUNCE: GHC 7.4.1 Release Candidate 1<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">Hi Wolfgang,<o:p></o:p></p>
<div>
<p class="MsoNormal">On Wed, Dec 28, 2011 at 13:51, Wolfgang Jeltsch &lt;<a href="mailto:g9ks157k@acme.softbase.org">g9ks157k@acme.softbase.org</a>&gt; wrote:<o:p></o:p></p>
<p class="MsoNormal">Am Mittwoch, den 28.12.2011, 12:48 &#43;0000 schrieb Simon Peyton-Jones:<o:p></o:p></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">&gt; | By the way, is there a reason behind the fact that &#8220;Constraint&#8221; uses the<br>
&gt; | ordinary case, while &#8220;BOX&#8221; has all three letters capitalized? Wouldn&#8217;t<br>
&gt; | it be more sensible if it were &#8220;Box&#8221; instead of &#8220;BOX&#8221;?<br>
&gt;<br>
&gt; Only that BOX is a sort (currently the one and only sort), whereas<br>
&gt; Constraint is a kind. &nbsp;I'm not sure that BOX should ever be displayed<br>
&gt; to users.<o:p></o:p></p>
</div>
<p class="MsoNormal">Okay, this makes sense then. However, note that the GHC User&#8217;s manual<br>
mixes the terminology (&#8220;kind&#8221; vs. &#8220;sort&#8221;) at one point:<br>
<br>
&nbsp; &nbsp;Note that List, for instance, does not get kind BOX -&gt; BOX, because<br>
&nbsp; &nbsp;we do not further classify kinds; all kinds have sort BOX.<br>
<br>
&nbsp; &nbsp;&lt;<a href="http://www.haskell.org/ghc/dist/stable/docs/html/users_guide/kind-polymorphism-and-promotion.html" target="_blank">http://www.haskell.org/ghc/dist/stable/docs/html/users_guide/kind-polymorphism-and-promotion.html</a>&gt;<br>
<br>
I think, it should say &#8220;sort BOX -&gt; BOX&#8221;.<o:p></o:p></p>
<div>
<p class="MsoNormal"><br>
Yes, it should indeed say &quot;sort&quot;, not &quot;kind&quot;. If you know of any other places in the documentation with this type/kind/sort of inconsistency, please let me know :-)<br>
<br>
<br>
Cheers,<br>
Pedro<br>
&nbsp;<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal"><br>
Best wishes,<br>
Wolfgang<o:p></o:p></p>
<div>
<div>
<p class="MsoNormal"><br>
<br>
_______________________________________________<br>
Glasgow-haskell-users mailing list<br>
<a href="mailto:Glasgow-haskell-users@haskell.org">Glasgow-haskell-users@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/glasgow-haskell-users" target="_blank">http://www.haskell.org/mailman/listinfo/glasgow-haskell-users</a><o:p></o:p></p>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</div>
</body>
</html>