/usr/share/doc/libghc-osm-doc/html/Data-Geo-OSM-Bound.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 9 | <!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.Bound</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-Bound.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Geo-OSM-Bound.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.Bound</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>The <code>bound</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:Bound">Bound</a> </li><li class="src short"><a href="#v:bound">bound</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a> -> <a href="Data-Geo-OSM-Bound.html#t:Bound">Bound</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:Bound" class="def">Bound</a> <a href="src/Data-Geo-OSM-Bound.html#Bound" class="link">Source</a></p><div class="doc"><p>The <code>bound</code> element of a OSM file.
</p></div><div class="subs instances"><p id="control.i:Bound" class="caption collapser" onclick="toggleSection('i:Bound')">Instances</p><div id="section.i:Bound" 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-Bound.html#t:Bound">Bound</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-Bound.html#t:Bound">Bound</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-Bound.html#t:Bound">Bound</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Data-Geo-OSM-Lens-OriginL.html#t:OriginL">OriginL</a> <a href="Data-Geo-OSM-Bound.html#t:Bound">Bound</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Data-Geo-OSM-Lens-BoxL.html#t:BoxL">BoxL</a> <a href="Data-Geo-OSM-Bound.html#t:Bound">Bound</a></td><td class="doc empty"> </td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:bound" class="def">bound</a><a href="src/Data-Geo-OSM-Bound.html#bound" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>The <code>box</code> attribute.
</p></td></tr><tr><td class="src">-> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Maybe.html#t:Maybe">Maybe</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-String.html#t:String">String</a></td><td class="doc"><p>The <code>origin</code> attribute.
</p></td></tr><tr><td class="src">-> <a href="Data-Geo-OSM-Bound.html#t:Bound">Bound</a></td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>Constructs a bound with a box and origin attributes.
</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>
|