/usr/share/doc/libghc-diagrams-lib-doc/html/Diagrams-Animation-Active.html is in libghc-diagrams-lib-doc 0.7.1.1-1build2.
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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <!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.Animation.Active</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-Animation-Active.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Diagrams-Animation-Active.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-0.7.1.1: Embedded domain-specific language for declarative graphics</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Maintainer</th><td>byorgey@cis.upenn.edu</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Diagrams.Animation.Active</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>A few utilities and class instances for <code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code> (from the <code>active</code>
package). In particular, this module defines
</p><ul><li> An instance of <code><a href="/usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-V.html#t:V">V</a></code> for <code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code>: <code><code><a href="/usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-V.html#t:V">V</a></code> (<code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code> a) = <code><a href="/usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-V.html#t:V">V</a></code> a</code>
</li><li> <code><a href="Diagrams-Transform.html#t:HasOrigin">HasOrigin</a></code>, <code><a href="Diagrams-Transform.html#t:Transformable">Transformable</a></code>, and <code><a href="/usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Style.html#t:HasStyle">HasStyle</a></code> instances for
<code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code> which all work pointwise.
</li><li> A <code><a href="Diagrams-TrailLike.html#t:TrailLike">TrailLike</a></code> instance for <code><code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code> p</code> where <code>p</code> is also
<code><a href="Diagrams-TrailLike.html#t:TrailLike">TrailLike</a></code>, which simply lifts a pathlike thing to a constant
active value.
</li><li> A <code><a href="/usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Juxtapose.html#t:Juxtaposable">Juxtaposable</a></code> instance for <code><code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code> a</code> where <code>a</code> is also
<code><a href="/usr/share/doc/libghc-diagrams-core-doc/html/Diagrams-Core-Juxtapose.html#t:Juxtaposable">Juxtaposable</a></code>. An active value can be juxtaposed against
another by doing the juxtaposition pointwise over time. The
era of <code>juxtapose v a1 a2</code> will be the same as the era of <code>a2</code>,
unless <code>a2</code> is constant, in which case it will be the era of
<code>a1</code>. (Note that <code>juxtapose v a1 a2</code> and <code>liftA2 (juxtapose v)
a1 a2</code> therefore have different semantics: the second is an
active value whose era is the <em>combination</em> of the eras of <code>a1</code>
and <code>a2</code>).
</li><li> An <code><a href="Diagrams-Align.html#t:Alignable">Alignable</a></code> instance for <code><code><a href="/usr/share/doc/libghc-active-doc/html/Data-Active.html#t:Active">Active</a></code> a</code> where <code>a</code> is also
<code><a href="Diagrams-Align.html#t:Alignable">Alignable</a></code>; the active value is aligned pointwise over time.
</li></ul></div></div><div id="interface"></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>
|