Sophie

Sophie

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

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>Data.Typeable</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();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Data.Typeable</p></div><div id="interface"><h1>The Typeable class
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable" target="main">Typeable</a> a</p></div><h1>Type-safe cast
</h1><div class="top"><p class="src"><a href="Data-Typeable.html#v:cast" target="main">cast</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:gcast" target="main">gcast</a></p></div><h1>Type representations
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Data-Typeable.html#t:TypeRep" target="main">TypeRep</a> </p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:showsTypeRep" target="main">showsTypeRep</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Data-Typeable.html#t:TyCon" target="main">TyCon</a> </p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:tyConString" target="main">tyConString</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:tyConPackage" target="main">tyConPackage</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:tyConModule" target="main">tyConModule</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:tyConName" target="main">tyConName</a></p></div><h1>Construction of type representations
</h1><div class="top"><p class="src"><a href="Data-Typeable.html#v:mkTyCon" target="main">mkTyCon</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:mkTyCon3" target="main">mkTyCon3</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:mkTyConApp" target="main">mkTyConApp</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:mkAppTy" target="main">mkAppTy</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:mkFunTy" target="main">mkFunTy</a></p></div><h1>Observation of type representations
</h1><div class="top"><p class="src"><a href="Data-Typeable.html#v:splitTyConApp" target="main">splitTyConApp</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:funResultTy" target="main">funResultTy</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeRepTyCon" target="main">typeRepTyCon</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeRepArgs" target="main">typeRepArgs</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeRepKey" target="main">typeRepKey</a></p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Data-Typeable.html#t:TypeRepKey" target="main">TypeRepKey</a> </p></div><h1>The other Typeable classes
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable1" target="main">Typeable1</a> t</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable2" target="main">Typeable2</a> t</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable3" target="main">Typeable3</a> t</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable4" target="main">Typeable4</a> t</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable5" target="main">Typeable5</a> t</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable6" target="main">Typeable6</a> t</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Typeable.html#t:Typeable7" target="main">Typeable7</a> t</p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:gcast1" target="main">gcast1</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:gcast2" target="main">gcast2</a></p></div><h1>Default instances
</h1><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOfDefault" target="main">typeOfDefault</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOf1Default" target="main">typeOf1Default</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOf2Default" target="main">typeOf2Default</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOf3Default" target="main">typeOf3Default</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOf4Default" target="main">typeOf4Default</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOf5Default" target="main">typeOf5Default</a></p></div><div class="top"><p class="src"><a href="Data-Typeable.html#v:typeOf6Default" target="main">typeOf6Default</a></p></div></div></body></html>