Documentation fix + stuff

[SVN r36122]
This commit is contained in:
Joel de Guzman
2006-11-20 23:17:25 +00:00
parent 141dac45fe
commit 1b7f4a1a47
188 changed files with 1085 additions and 1072 deletions

View File

@ -36,11 +36,11 @@
Intrinsic functions, unlike <a href="../algorithms.html" title="Algorithms">Algorithms</a>,
are not generic across the full <a href="../sequences.html" title="Sequences">Sequence</a>
repertoire. They need to be implemented for each Fusion <a href="../sequences.html" title="Sequences">Sequence</a>
<sup>[<a name="id502096" href="#ftn.id502096">5</a>]</sup>
<sup>[<a name="id502785" href="#ftn.id502785">5</a>]</sup>
.
</p>
<a name="fusion.sequences.intrinsics.header"></a><h4>
<a name="id502115"></a>
<a name="id502804"></a>
<a href="intrinsics.html#fusion.sequences.intrinsics.header">Header</a>
</h4>
<pre class="programlisting">
@ -48,7 +48,7 @@
</pre>
<div class="footnotes">
<br><hr width="100" align="left">
<div class="footnote"><p><sup>[<a name="ftn.id502096" href="#id502096">5</a>] </sup>
<div class="footnote"><p><sup>[<a name="ftn.id502785" href="#id502785">5</a>] </sup>
In practice, many of intrinsic functions have default implementations
that will work in majority of cases
</p></div>