/usr/share/doc/libghc-diagrams-lib-doc/html/Diagrams-Attributes-Compile.html is in libghc-diagrams-lib-doc 1.2.0.3-1.
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>Diagrams.Attributes.Compile</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_Diagrams-Attributes-Compile.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Diagrams-Attributes-Compile.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">diagrams-lib-1.2.0.3: Embedded domain-specific language for declarative graphics</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Maintainer</th><td>diagrams-discuss@googlegroups.com</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Diagrams.Attributes.Compile</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>XXX
</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">class</span> (<a href="file:///usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Style.html#t:AttributeClass">AttributeClass</a> (<a href="Diagrams-Attributes-Compile.html#t:AttrType">AttrType</a> code), <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Typeable-Internal.html#t:Typeable">Typeable</a> (<a href="Diagrams-Attributes-Compile.html#t:PrimType">PrimType</a> code)) => <a href="#t:SplitAttribute">SplitAttribute</a> code <span class="keyword">where</span><ul class="subs"><li><span class="keyword">type</span> <a href="#t:AttrType">AttrType</a> code :: *</li><li><span class="keyword">type</span> <a href="#t:PrimType">PrimType</a> code :: *</li><li><a href="#v:primOK">primOK</a> :: code -> <a href="Diagrams-Attributes-Compile.html#t:PrimType">PrimType</a> code -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a></li></ul></li><li class="src short"><a href="#v:splitAttr">splitAttr</a> :: <span class="keyword">forall</span> code b v a. <a href="Diagrams-Attributes-Compile.html#t:SplitAttribute">SplitAttribute</a> code => code -> <a href="file:///usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Types.html#t:RTree">RTree</a> b v a -> <a href="file:///usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Types.html#t:RTree">RTree</a> b v a</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span> (<a href="file:///usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Style.html#t:AttributeClass">AttributeClass</a> (<a href="Diagrams-Attributes-Compile.html#t:AttrType">AttrType</a> code), <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Typeable-Internal.html#t:Typeable">Typeable</a> (<a href="Diagrams-Attributes-Compile.html#t:PrimType">PrimType</a> code)) => <a name="t:SplitAttribute" class="def">SplitAttribute</a> code <span class="keyword">where</span><a href="src/Diagrams-Attributes-Compile.html#SplitAttribute" class="link">Source</a></p><div class="subs associated-types"><p class="caption">Associated Types</p><p class="src"><span class="keyword">type</span> <a name="t:AttrType" class="def">AttrType</a> code :: *<a href="src/Diagrams-Attributes-Compile.html#AttrType" class="link">Source</a></p><p class="src"><span class="keyword">type</span> <a name="t:PrimType" class="def">PrimType</a> code :: *<a href="src/Diagrams-Attributes-Compile.html#PrimType" class="link">Source</a></p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:primOK" class="def">primOK</a> :: code -> <a href="Diagrams-Attributes-Compile.html#t:PrimType">PrimType</a> code -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a><a href="src/Diagrams-Attributes-Compile.html#primOK" class="link">Source</a></p></div></div><div class="top"><p class="src"><a name="v:splitAttr" class="def">splitAttr</a> :: <span class="keyword">forall</span> code b v a. <a href="Diagrams-Attributes-Compile.html#t:SplitAttribute">SplitAttribute</a> code => code -> <a href="file:///usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Types.html#t:RTree">RTree</a> b v a -> <a href="file:///usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Types.html#t:RTree">RTree</a> b v a<a href="src/Diagrams-Attributes-Compile.html#splitAttr" class="link">Source</a></p><div class="doc"><p>Push certain attributes down until they are at the roots of trees
containing only <a href="safe.html">safe</a> nodes. In particular this is used to push
fill attributes down until they are over only loops; see
<code>splitFills</code>.
</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>
|