/usr/share/doc/libghc-llvm-base-doc/html/LLVM-Wrapper-Linker.html is in libghc-llvm-base-doc 3.2.0.0-3ubuntu1.
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>LLVM.Wrapper.Linker</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_LLVM-Wrapper-Linker.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/LLVM-Wrapper-Linker.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">llvm-base-3.2.0.0: FFI bindings to the LLVM compiler toolkit.</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">LLVM.Wrapper.Linker</p></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a name="t:LinkerMode" class="def">LinkerMode</a> <a href="src/LLVM-FFI-Linker.html#LinkerMode" class="link">Source</a></p><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a name="v:DestroySource" class="def">DestroySource</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a name="v:PreserveSource" class="def">PreserveSource</a></td><td class="doc empty"> </td></tr></table></div><div class="subs instances"><p id="control.i:LinkerMode" class="caption collapser" onclick="toggleSection('i:LinkerMode')">Instances</p><div id="section.i:LinkerMode" 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="LLVM-Wrapper-Linker.html#t:LinkerMode">LinkerMode</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="LLVM-Wrapper-Linker.html#t:LinkerMode">LinkerMode</a></td><td class="doc empty"> </td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:linkModules" class="def">linkModules</a> :: <a href="LLVM-Wrapper-Core.html#t:Module">Module</a> -> <a href="LLVM-Wrapper-Core.html#t:Module">Module</a> -> <a href="LLVM-Wrapper-Linker.html#t:LinkerMode">LinkerMode</a> -> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#t:IO">IO</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="src/LLVM-Wrapper-Linker.html#linkModules" class="link">Source</a></p></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>
|