/usr/share/doc/libghc-osm-doc/html/Data-Geo-OSM-Preferences.html is in libghc-osm-doc 0.6.4-2build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | <!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.Geo.OSM.Preferences</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_Data-Geo-OSM-Preferences.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Geo-OSM-Preferences.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">OSM-0.6.4: Parse OpenStreetMap files</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">Data.Geo.OSM.Preferences</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>The <code>preferences</code> element of a OSM file.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span> <a href="#t:Preferences">Preferences</a> </li><li class="src short"><a href="#v:preferences">preferences</a> :: [<a href="Data-Geo-OSM-Tag.html#t:Tag">Tag</a>] -> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:Preferences" class="def">Preferences</a> <a href="src/Data-Geo-OSM-Preferences.html#Preferences" class="link">Source</a></p><div class="doc"><p>The <code>preferences</code> element of a OSM file.
</p></div><div class="subs instances"><p id="control.i:Preferences" class="caption collapser" onclick="toggleSection('i:Preferences')">Instances</p><div id="section.i:Preferences" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-hxt-doc/html/Text-XML-HXT-Arrow-Pickle-Xml.html#t:XmlPickler">XmlPickler</a> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Data-Geo-OSM-Lens-TagsL.html#t:TagsL">TagsL</a> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-newtype-doc/html/Control-Newtype.html#t:Newtype">Newtype</a> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a> [<a href="Data-Geo-OSM-Tag.html#t:Tag">Tag</a>]</td><td class="doc empty"> </td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:preferences" class="def">preferences</a><a href="src/Data-Geo-OSM-Preferences.html#preferences" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: [<a href="Data-Geo-OSM-Tag.html#t:Tag">Tag</a>]</td><td class="doc"><p>The list of tags (<code>tag</code> elements).
</p></td></tr><tr><td class="src">-> <a href="Data-Geo-OSM-Preferences.html#t:Preferences">Preferences</a></td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>Constructs a <code>preferences</code> with tags.
</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>
|