Skip to content

Commit

Permalink
updated haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Jul 9, 2015
1 parent 46a1cb0 commit 97ad5ee
Show file tree
Hide file tree
Showing 56 changed files with 149 additions and 147 deletions.
2 changes: 1 addition & 1 deletion Linear-Affine.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Linear-Algebra.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Linear-Binary.html
@@ -1,5 +1,5 @@
<!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>Linear.Binary</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_Linear-Binary.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Linear-Binary.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">linear-1.18.3: Linear Algebra</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(C) 2013-2015 Edward Kmett and Anthony Cowley</td></tr><tr><th>License</th><td>BSD-style (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>non-portable</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Linear.Binary</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Serialization of statically-sized types with the <a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary.html">Data.Binary</a>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Linear-Binary.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">linear-1.19: Linear Algebra</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(C) 2013-2015 Edward Kmett and Anthony Cowley</td></tr><tr><th>License</th><td>BSD-style (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>non-portable</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Linear.Binary</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Serialization of statically-sized types with the <a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary.html">Data.Binary</a>
library.</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"><a href="#v:putLinear">putLinear</a> :: (<a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary.html#t:Binary">Binary</a> a, <a href="file:///usr/local/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Foldable.html#t:Foldable">Foldable</a> t) =&gt; t a -&gt; <a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary-Put.html#t:Put">Put</a></li><li class="src short"><a href="#v:getLinear">getLinear</a> :: (<a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary.html#t:Binary">Binary</a> a, <a href="file:///usr/local/share/doc/ghc/html/libraries/base-4.8.0.0/Control-Applicative.html#t:Applicative">Applicative</a> t, <a href="file:///usr/local/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Traversable.html#t:Traversable">Traversable</a> t) =&gt; <a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary-Get-Internal.html#t:Get">Get</a> (t a)</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:putLinear" class="def">putLinear</a> :: (<a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary.html#t:Binary">Binary</a> a, <a href="file:///usr/local/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Foldable.html#t:Foldable">Foldable</a> t) =&gt; t a -&gt; <a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary-Put.html#t:Put">Put</a> <a href="src/Linear-Binary.html#putLinear" class="link">Source</a></p><div class="doc"><p>Serialize a linear type.</p></div></div><div class="top"><p class="src"><a name="v:getLinear" class="def">getLinear</a> :: (<a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary.html#t:Binary">Binary</a> a, <a href="file:///usr/local/share/doc/ghc/html/libraries/base-4.8.0.0/Control-Applicative.html#t:Applicative">Applicative</a> t, <a href="file:///usr/local/share/doc/ghc/html/libraries/base-4.8.0.0/Data-Traversable.html#t:Traversable">Traversable</a> t) =&gt; <a href="file:///usr/local/share/doc/ghc/html/libraries/binary-0.7.3.0/Data-Binary-Get-Internal.html#t:Get">Get</a> (t a) <a href="src/Linear-Binary.html#getLinear" class="link">Source</a></p><div class="doc"><p>Deserialize a linear type.</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.0</p></div></body></html>
2 changes: 1 addition & 1 deletion Linear-Conjugate.html
@@ -1,7 +1,7 @@
<!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>Linear.Conjugate</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_Linear-Conjugate.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Linear-Conjugate.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">linear-1.18.3: Linear Algebra</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(C) 2012-2015 Edward Kmett</td></tr><tr><th>License</th><td>BSD-style (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>non-portable</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Linear.Conjugate</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Involutive rings</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/local/share/doc/ghc/html/libraries/base-4.8.0.0/Prelude.html#t:Num">Num</a> a =&gt; <a href="#t:Conjugate">Conjugate</a> a <span class="keyword">where</span><ul class="subs"><li><a href="#v:conjugate">conjugate</a> :: a -&gt; a</li></ul></li><li class="src short"><span class="keyword">class</span> <a href="Linear-Conjugate.html#t:Conjugate">Conjugate</a> a =&gt; <a href="#t:TrivialConjugate">TrivialConjugate</a> 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/local/share/doc/ghc/html/libraries/base-4.8.0.0/Prelude.html#t:Num">Num</a> a =&gt; <a name="t:Conjugate" class="def">Conjugate</a> a <span class="keyword">where</span> <a href="src/Linear-Conjugate.html#Conjugate" class="link">Source</a></p><div class="doc"><p>An involutive ring</p></div><div class="subs minimal"><p class="caption">Minimal complete definition</p><p class="src">Nothing</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:conjugate" class="def">conjugate</a> :: a -&gt; a <a href="src/Linear-Conjugate.html#conjugate" class="link">Source</a></p><div class="doc"><p>Conjugate a value. This defaults to the trivial involution.</p><pre class="screen"><code class="prompt">&gt;&gt;&gt; </code><strong class="userinput"><code>conjugate (1 :+ 2)
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Linear-Conjugate.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">linear-1.19: Linear Algebra</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(C) 2012-2015 Edward Kmett</td></tr><tr><th>License</th><td>BSD-style (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>non-portable</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Linear.Conjugate</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Involutive rings</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/local/share/doc/ghc/html/libraries/base-4.8.0.0/Prelude.html#t:Num">Num</a> a =&gt; <a href="#t:Conjugate">Conjugate</a> a <span class="keyword">where</span><ul class="subs"><li><a href="#v:conjugate">conjugate</a> :: a -&gt; a</li></ul></li><li class="src short"><span class="keyword">class</span> <a href="Linear-Conjugate.html#t:Conjugate">Conjugate</a> a =&gt; <a href="#t:TrivialConjugate">TrivialConjugate</a> 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/local/share/doc/ghc/html/libraries/base-4.8.0.0/Prelude.html#t:Num">Num</a> a =&gt; <a name="t:Conjugate" class="def">Conjugate</a> a <span class="keyword">where</span> <a href="src/Linear-Conjugate.html#Conjugate" class="link">Source</a></p><div class="doc"><p>An involutive ring</p></div><div class="subs minimal"><p class="caption">Minimal complete definition</p><p class="src">Nothing</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:conjugate" class="def">conjugate</a> :: a -&gt; a <a href="src/Linear-Conjugate.html#conjugate" class="link">Source</a></p><div class="doc"><p>Conjugate a value. This defaults to the trivial involution.</p><pre class="screen"><code class="prompt">&gt;&gt;&gt; </code><strong class="userinput"><code>conjugate (1 :+ 2)
</code></strong>1.0 :+ (-2.0)
</pre><pre class="screen"><code class="prompt">&gt;&gt;&gt; </code><strong class="userinput"><code>conjugate 1
</code></strong>1
Expand Down

0 comments on commit 97ad5ee

Please sign in to comment.