This file is indexed.

/usr/share/doc/libghc-setlocale-doc/html/System-Locale-SetLocale.html is in libghc-setlocale-doc 1.0.0.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
<!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>System.Locale.SetLocale</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_System-Locale-SetLocale.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/System-Locale-SetLocale.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">setlocale-1.0.0.5: Haskell bindings to setlocale</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">System.Locale.SetLocale</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Category" class="def">Category</a> <a href="src/System-Locale-SetLocale.html#Category" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:LC_ALL" class="def">LC_ALL</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a id="v:LC_COLLATE" class="def">LC_COLLATE</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a id="v:LC_CTYPE" class="def">LC_CTYPE</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a id="v:LC_MESSAGES" class="def">LC_MESSAGES</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a id="v:LC_MONETARY" class="def">LC_MONETARY</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a id="v:LC_NUMERIC" class="def">LC_NUMERIC</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a id="v:LC_TIME" class="def">LC_TIME</a></td><td class="doc empty">&nbsp;</td></tr></table></div><div class="subs instances"><p id="control.i:Category" class="caption collapser" onclick="toggleSection('i:Category')">Instances</p><div id="section.i:Category" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Category:Bounded:1" class="instance expander" onclick="toggleSection('i:id:Category:Bounded:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Prelude.html#t:Bounded">Bounded</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a></span> <a href="src/System-Locale-SetLocale.html#line-32" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Category:Bounded:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:minBound">minBound</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:minBound" class="selflink">#</a></p><p class="src"><a href="#v:maxBound">maxBound</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:maxBound" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Category:Enum:2" class="instance expander" onclick="toggleSection('i:id:Category:Enum:2')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Prelude.html#t:Enum">Enum</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a></span> <a href="src/System-Locale-SetLocale.html#line-32" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Category:Enum:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:succ">succ</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:succ" class="selflink">#</a></p><p class="src"><a href="#v:pred">pred</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:pred" class="selflink">#</a></p><p class="src"><a href="#v:toEnum">toEnum</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:toEnum" class="selflink">#</a></p><p class="src"><a href="#v:fromEnum">fromEnum</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> <a href="#v:fromEnum" class="selflink">#</a></p><p class="src"><a href="#v:enumFrom">enumFrom</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] <a href="#v:enumFrom" class="selflink">#</a></p><p class="src"><a href="#v:enumFromThen">enumFromThen</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] <a href="#v:enumFromThen" class="selflink">#</a></p><p class="src"><a href="#v:enumFromTo">enumFromTo</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] <a href="#v:enumFromTo" class="selflink">#</a></p><p class="src"><a href="#v:enumFromThenTo">enumFromThenTo</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] <a href="#v:enumFromThenTo" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Category:Eq:3" class="instance expander" onclick="toggleSection('i:id:Category:Eq:3')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Eq.html#t:Eq">Eq</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a></span> <a href="src/System-Locale-SetLocale.html#line-32" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Category:Eq:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:-61--61-">(==)</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-61--61-" class="selflink">#</a></p><p class="src"><a href="#v:-47--61-">(/=)</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-47--61-" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Category:Ord:4" class="instance expander" onclick="toggleSection('i:id:Category:Ord:4')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Ord.html#t:Ord">Ord</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a></span> <a href="src/System-Locale-SetLocale.html#line-32" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Category:Ord:4" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:compare">compare</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Ord.html#t:Ordering">Ordering</a> <a href="#v:compare" class="selflink">#</a></p><p class="src"><a href="#v:-60-">(&lt;)</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60-" class="selflink">#</a></p><p class="src"><a href="#v:-60--61-">(&lt;=)</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-60--61-" class="selflink">#</a></p><p class="src"><a href="#v:-62-">(&gt;)</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62-" class="selflink">#</a></p><p class="src"><a href="#v:-62--61-">(&gt;=)</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a> <a href="#v:-62--61-" class="selflink">#</a></p><p class="src"><a href="#v:max">max</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:max" class="selflink">#</a></p><p class="src"><a href="#v:min">min</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:min" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Category:Read:5" class="instance expander" onclick="toggleSection('i:id:Category:Read:5')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-Read.html#t:Read">Read</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a></span> <a href="src/System-Locale-SetLocale.html#line-32" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Category:Read:5" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:readsPrec">readsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-ParserCombinators-ReadP.html#t:ReadS">ReadS</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:readsPrec" class="selflink">#</a></p><p class="src"><a href="#v:readList">readList</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-ParserCombinators-ReadP.html#t:ReadS">ReadS</a> [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] <a href="#v:readList" class="selflink">#</a></p><p class="src"><a href="#v:readPrec">readPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-ParserCombinators-ReadPrec.html#t:ReadPrec">ReadPrec</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a> <a href="#v:readPrec" class="selflink">#</a></p><p class="src"><a href="#v:readListPrec">readListPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-ParserCombinators-ReadPrec.html#t:ReadPrec">ReadPrec</a> [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] <a href="#v:readListPrec" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Category:Show:6" class="instance expander" onclick="toggleSection('i:id:Category:Show:6')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-Show.html#t:Show">Show</a> <a href="System-Locale-SetLocale.html#t:Category">Category</a></span> <a href="src/System-Locale-SetLocale.html#line-32" class="link">Source</a> <a href="#t:Category" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Category:Show:6" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> -&gt; <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showsPrec" class="selflink">#</a></p><p class="src"><a href="#v:show">show</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="#v:show" class="selflink">#</a></p><p class="src"><a href="#v:showList">showList</a> :: [<a href="System-Locale-SetLocale.html#t:Category">Category</a>] -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Text-Show.html#t:ShowS">ShowS</a> <a href="#v:showList" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:categoryToCInt" class="def">categoryToCInt</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Foreign-C-Types.html#t:CInt">CInt</a> <a href="src/System-Locale-SetLocale.html#categoryToCInt" class="link">Source</a> <a href="#v:categoryToCInt" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:setLocale" class="def">setLocale</a> :: <a href="System-Locale-SetLocale.html#t:Category">Category</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a>) <a href="src/System-Locale-SetLocale.html#setLocale" class="link">Source</a> <a href="#v:setLocale" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>