Sophie

Sophie

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

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>SetLevels</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_SetLevels.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">SetLevels</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:setLevels" class="def">setLevels</a> :: <a href="CoreMonad.html#t:FloatOutSwitches">FloatOutSwitches</a> -&gt; <a href="CoreSyn.html#t:CoreProgram">CoreProgram</a> -&gt; <a href="UniqSupply.html#t:UniqSupply">UniqSupply</a> -&gt; [<a href="SetLevels.html#t:LevelledBind">LevelledBind</a>]</p></div><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:Level" class="def">Level</a>  </p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:Level" class="def">Level</a> <a href="../base-4.5.1.0/Data-Int.html#t:Int">Int</a> <a href="../base-4.5.1.0/Data-Int.html#t:Int">Int</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:Level" class="caption collapser" onclick="toggleSection('i:Level')">Instances</p><div id="section.i:Level" class="show"><table><tr><td class="src"><a href="../base-4.5.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="SetLevels.html#t:Level">Level</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Outputable.html#t:Outputable">Outputable</a> <a href="SetLevels.html#t:Level">Level</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:tOP_LEVEL" class="def">tOP_LEVEL</a> :: <a href="SetLevels.html#t:Level">Level</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a name="t:LevelledBind" class="def">LevelledBind</a> = <a href="CoreSyn.html#t:TaggedBind">TaggedBind</a> <a href="SetLevels.html#t:FloatSpec">FloatSpec</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a name="t:LevelledExpr" class="def">LevelledExpr</a> = <a href="CoreSyn.html#t:TaggedExpr">TaggedExpr</a> <a href="SetLevels.html#t:FloatSpec">FloatSpec</a></p></div><div class="top"><p class="src"><span class="keyword">type</span> <a name="t:LevelledBndr" class="def">LevelledBndr</a> = <a href="CoreSyn.html#t:TaggedBndr">TaggedBndr</a> <a href="SetLevels.html#t:FloatSpec">FloatSpec</a></p></div><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:FloatSpec" class="def">FloatSpec</a>  </p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:FloatMe" class="def">FloatMe</a> <a href="SetLevels.html#t:Level">Level</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a name="v:StayPut" class="def">StayPut</a> <a href="SetLevels.html#t:Level">Level</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:FloatSpec" class="caption collapser" onclick="toggleSection('i:FloatSpec')">Instances</p><div id="section.i:FloatSpec" class="show"><table><tr><td class="src"><a href="Outputable.html#t:Outputable">Outputable</a> <a href="SetLevels.html#t:FloatSpec">FloatSpec</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:floatSpecLevel" class="def">floatSpecLevel</a> :: <a href="SetLevels.html#t:FloatSpec">FloatSpec</a> -&gt; <a href="SetLevels.html#t:Level">Level</a></p></div><div class="top"><p class="src"><a name="v:incMinorLvl" class="def">incMinorLvl</a> :: <a href="SetLevels.html#t:Level">Level</a> -&gt; <a href="SetLevels.html#t:Level">Level</a></p></div><div class="top"><p class="src"><a name="v:ltMajLvl" class="def">ltMajLvl</a> :: <a href="SetLevels.html#t:Level">Level</a> -&gt; <a href="SetLevels.html#t:Level">Level</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:ltLvl" class="def">ltLvl</a> :: <a href="SetLevels.html#t:Level">Level</a> -&gt; <a href="SetLevels.html#t:Level">Level</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:isTopLvl" class="def">isTopLvl</a> :: <a href="SetLevels.html#t:Level">Level</a> -&gt; <a href="../base-4.5.1.0/Data-Bool.html#t:Bool">Bool</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>