Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 6e204a966e8c42d976f99a1700ce5f20 > files > 2823

ghc-7.4.2-4.mga5.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>CmmType</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_CmmType.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">ghc-7.4.2: The GHC API</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">CmmType</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:CmmType" class="def">CmmType</a>  </p><div class="subs instances"><p id="control.i:CmmType" class="caption collapser" onclick="toggleSection('i:CmmType')">Instances</p><div id="section.i:CmmType" class="show"><table><tr><td class="src"><a href="Outputable.html#t:Outputable">Outputable</a> <a href="CmmType.html#t:CmmType">CmmType</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:b8" class="def">b8</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:b16" class="def">b16</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:b32" class="def">b32</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:b64" class="def">b64</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:f32" class="def">f32</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:f64" class="def">f64</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:bWord" class="def">bWord</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:bHalfWord" class="def">bHalfWord</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:gcWord" class="def">gcWord</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:cInt" class="def">cInt</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:cLong" class="def">cLong</a> :: <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:cmmBits" class="def">cmmBits</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:cmmFloat" class="def">cmmFloat</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="CmmType.html#t:CmmType">CmmType</a></p></div><div class="top"><p class="src"><a name="v:typeWidth" class="def">typeWidth</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="CmmType.html#t:Width">Width</a></p></div><div class="top"><p class="src"><a name="v:cmmEqType" class="def">cmmEqType</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:cmmEqType_ignoring_ptrhood" class="def">cmmEqType_ignoring_ptrhood</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isFloatType" class="def">isFloatType</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isGcPtrType" class="def">isGcPtrType</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isWord32" class="def">isWord32</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isWord64" class="def">isWord64</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isFloat64" class="def">isFloat64</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><a name="v:isFloat32" class="def">isFloat32</a> :: <a href="CmmType.html#t:CmmType">CmmType</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</a></p></div><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:Width" class="def">Width</a>  </p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:W8" class="def">W8</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:W16" class="def">W16</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:W32" class="def">W32</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:W64" class="def">W64</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:W80" class="def">W80</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:W128" class="def">W128</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:Width" class="caption collapser" onclick="toggleSection('i:Width')">Instances</p><div id="section.i:Width" class="show"><table><tr><td class="src"><a href="../base-4.5.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="CmmType.html#t:Width">Width</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="../base-4.5.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="CmmType.html#t:Width">Width</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="../base-4.5.1.0/Text-Show.html#t:Show">Show</a> <a href="CmmType.html#t:Width">Width</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Outputable.html#t:Outputable">Outputable</a> <a href="CmmType.html#t:Width">Width</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:widthInBits" class="def">widthInBits</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="../base-4.5.1.0/Data-Int.html#t:Int">Int</a></p></div><div class="top"><p class="src"><a name="v:widthInBytes" class="def">widthInBytes</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="../base-4.5.1.0/Data-Int.html#t:Int">Int</a></p></div><div class="top"><p class="src"><a name="v:widthInLog" class="def">widthInLog</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="../base-4.5.1.0/Data-Int.html#t:Int">Int</a></p></div><div class="top"><p class="src"><a name="v:widthFromBytes" class="def">widthFromBytes</a> :: <a href="../base-4.5.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="CmmType.html#t:Width">Width</a></p></div><div class="top"><p class="src"><a name="v:wordWidth" class="def">wordWidth</a> :: <a href="CmmType.html#t:Width">Width</a></p></div><div class="top"><p class="src"><a name="v:halfWordWidth" class="def">halfWordWidth</a> :: <a href="CmmType.html#t:Width">Width</a></p></div><div class="top"><p class="src"><a name="v:cIntWidth" class="def">cIntWidth</a> :: <a href="CmmType.html#t:Width">Width</a></p></div><div class="top"><p class="src"><a name="v:cLongWidth" class="def">cLongWidth</a> :: <a href="CmmType.html#t:Width">Width</a></p></div><div class="top"><p class="src"><a name="v:narrowU" class="def">narrowU</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="../base-4.5.1.0/Prelude.html#t:Integer">Integer</a> -&gt; <a href="../base-4.5.1.0/Prelude.html#t:Integer">Integer</a></p></div><div class="top"><p class="src"><a name="v:narrowS" class="def">narrowS</a> :: <a href="CmmType.html#t:Width">Width</a> -&gt; <a href="../base-4.5.1.0/Prelude.html#t:Integer">Integer</a> -&gt; <a href="../base-4.5.1.0/Prelude.html#t:Integer">Integer</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.11.0</p></div></body></html>