/usr/share/doc/libghc-base-unicode-symbols-doc/html/Control-Arrow-Unicode.html is in libghc-base-unicode-symbols-doc 0.2.2.4-7.
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>Control.Arrow.Unicode</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_Control-Arrow-Unicode.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Control-Arrow-Unicode.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">base-unicode-symbols-0.2.2.4: Unicode alternatives for common functions and operators</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>2010—2011 Roel van Dijk</td></tr><tr><th>License</th><td>BSD3 (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Roel van Dijk <vandijk.roel@gmail.com></td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Control.Arrow.Unicode</p></div><div id="description"><p class="caption">Description</p><div class="doc empty"> </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"><a href="#v:-8921-">(⋙)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Category.html#t:Category">Category</a> c => c α β -> c β γ -> c α γ</li><li class="src short"><a href="#v:-8920-">(⋘)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Category.html#t:Category">Category</a> c => c β γ -> c α β -> c α γ</li><li class="src short"><a href="#v:-8258-">⁂</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#t:Arrow">Arrow</a> a => a α β -> a α' β' -> a (α, α') (β, β')</li><li class="src short"><a href="#v:-10747-">(⧻)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#t:ArrowChoice">ArrowChoice</a> a => a α β -> a α' β' -> a (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> α α') (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> β β')</li><li class="src short"><a href="#v:-10996-">(⫴)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#t:ArrowChoice">ArrowChoice</a> a => a α δ -> a β δ -> a (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> α β) δ</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:-8921-" class="def">(⋙)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Category.html#t:Category">Category</a> c => c α β -> c β γ -> c α γ <span class="fixity">infixr 1</span><span class="rightedge"></span> <a href="src/Control-Category-Unicode.html#%22D9" class="link">Source</a></p><div class="doc"><p>(⋙) = (<code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Category.html#v:-62--62--62-">>>></a></code>)</p><p>U+22D9, VERY MUCH GREATER-THAN</p></div></div><div class="top"><p class="src"><a name="v:-8920-" class="def">(⋘)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Category.html#t:Category">Category</a> c => c β γ -> c α β -> c α γ <span class="fixity">infixr 1</span><span class="rightedge"></span> <a href="src/Control-Category-Unicode.html#%22D8" class="link">Source</a></p><div class="doc"><p>(⋘) = (<code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Category.html#v:-60--60--60-"><<<</a></code>)</p><p>U+22D8, VERY MUCH LESS-THAN</p></div></div><div class="top"><p class="src"><a name="v:-8258-" class="def">⁂</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#t:Arrow">Arrow</a> a => a α β -> a α' β' -> a (α, α') (β, β') <span class="fixity">infixr 3</span><span class="rightedge"></span> <a href="src/Control-Arrow-Unicode.html#%2042" class="link">Source</a></p><div class="doc"><p>(⁂) = (<code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#v:-42--42--42-">***</a></code>)</p><p>U+2042, ASTERISM</p></div></div><div class="top"><p class="src"><a name="v:-10747-" class="def">(⧻)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#t:ArrowChoice">ArrowChoice</a> a => a α β -> a α' β' -> a (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> α α') (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> β β') <span class="fixity">infixr 2</span><span class="rightedge"></span> <a href="src/Control-Arrow-Unicode.html#%29FB" class="link">Source</a></p><div class="doc"><p>(⧻) = (<code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#v:-43--43--43-">+++</a></code>)</p><p>U+29FB, TRIPLE PLUS</p></div></div><div class="top"><p class="src"><a name="v:-10996-" class="def">(⫴)</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#t:ArrowChoice">ArrowChoice</a> a => a α δ -> a β δ -> a (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> α β) δ <span class="fixity">infixr 2</span><span class="rightedge"></span> <a href="src/Control-Arrow-Unicode.html#%2AF4" class="link">Source</a></p><div class="doc"><p>(⫴) = (<code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Arrow.html#v:-124--124--124-">|||</a></code>)</p><p>U+2AF4, TRIPLE VERTICAL BAR BINARY RELATION</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>
|