diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-05 21:43:35 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-05 21:43:35 -0400 |
| commit | 8063d547e0fc3d0e9d271bce79d357d61c2525bd (patch) | |
| tree | b578704ca69fcfab90982411821eb7402a750c9a /docs/tutorial/combinator.html | |
| parent | 228e1b6d9d60eb885e5cda1b2c05048b253e140d (diff) | |
Tutorial documentation links
Diffstat (limited to 'docs/tutorial/combinator.html')
| -rw-r--r-- | docs/tutorial/combinator.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/tutorial/combinator.html b/docs/tutorial/combinator.html index 4a59b958..9d787bd9 100644 --- a/docs/tutorial/combinator.html +++ b/docs/tutorial/combinator.html @@ -611,32 +611,32 @@ <tr> <td><code><span class='Function'><</span></code></td> <td></td> -<td>Less Than</td> +<td><a href="../doc/arithmetic.html#comparisons">Less Than</a></td> </tr> <tr> <td><code><span class='Function'>></span></code></td> <td></td> -<td>Greater Than</td> +<td><a href="../doc/arithmetic.html#comparisons">Greater Than</a></td> </tr> <tr> <td><code><span class='Function'>≠</span></code></td> -<td>Length</td> -<td>Not Equals</td> +<td><a href="../doc/shape.html">Length</a></td> +<td><a href="../doc/arithmetic.html#comparisons">Not Equals</a></td> </tr> <tr> <td><code><span class='Function'>=</span></code></td> -<td>Rank</td> -<td>Equals</td> +<td><a href="../doc/shape.html">Rank</a></td> +<td><a href="../doc/arithmetic.html#comparisons">Equals</a></td> </tr> <tr> <td><code><span class='Function'>≤</span></code></td> <td></td> -<td>Less Than or Equal to</td> +<td><a href="../doc/arithmetic.html#comparisons">Less Than or Equal to</a></td> </tr> <tr> <td><code><span class='Function'>≥</span></code></td> <td></td> -<td>Greater Than or Equal to</td> +<td><a href="../doc/arithmetic.html#comparisons">Greater Than or Equal to</a></td> </tr> <tr> <td><code><span class='Function'>≡</span></code></td> |
