/usr/share/doc/libghc-basic-prelude-doc/html/index.html is in libghc-basic-prelude-doc 0.6.1-2.
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>basic-prelude-0.6.1: An enhanced core prelude; a common foundation for alternate preludes.</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();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">basic-prelude-0.6.1: An enhanced core prelude; a common foundation for alternate preludes.</p></div><div id="content"><div id="description"><h1>basic-prelude-0.6.1: An enhanced core prelude; a common foundation for alternate preludes.</h1><div class="doc"><p>The premise of <code>basic-prelude</code> is that there are a lot of very commonly desired features missing from the standard <code>Prelude</code>, such as commonly used operators (<code><$></code> and <code>>=></code>, for instance) and imports for common datatypes (e.g., <code>ByteString</code> and <code>Vector</code>). At the same time, there are lots of other components which are more debatable, such as providing polymorphic versions of common functions.</p><p>So <code>basic-prelude</code> is intended to give a common foundation for a number of alternate preludes. The package provides two modules: <code>CorePrelude</code> provides the common ground for other preludes to build on top of, while <code>BasicPrelude</code> exports <code>CorePrelude</code> together with commonly used list functions to provide a drop-in replacement for the standard <code>Prelude</code>.</p><p>Users wishing to have an improved <code>Prelude</code> can use <code>BasicPrelude</code>. Developers wishing to create a new prelude should use <code>CorePrelude</code>.</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span class="module"><a href="BasicPrelude.html">BasicPrelude</a></span></li><li><span class="module"><a href="CorePrelude.html">CorePrelude</a></span></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>
|