diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-02-02 22:04:48 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-02-02 22:07:54 -0500 |
| commit | ad582b5ef4184e26be86ef61be60c28e90b0bb7d (patch) | |
| tree | c2447d76d70cc5ed446e9a00f1451b07510523ca /docs/tutorial | |
| parent | f6899943601e9b9787c33f6eccfc5eb3ecb91be9 (diff) | |
Documentation for Match, and atom equality
Diffstat (limited to 'docs/tutorial')
| -rw-r--r-- | docs/tutorial/combinator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/combinator.html b/docs/tutorial/combinator.html index d9e159ae..3b4aefb3 100644 --- a/docs/tutorial/combinator.html +++ b/docs/tutorial/combinator.html @@ -641,12 +641,12 @@ <tr> <td><code><span class='Function'>≡</span></code></td> <td><a href="../doc/depth.html">Depth</a></td> -<td>Match</td> +<td><a href="../doc/match.html">Match</a></td> </tr> <tr> <td><code><span class='Function'>≢</span></code></td> <td></td> -<td>Not Match</td> +<td><a href="../doc/match.html">Not Match</a></td> </tr> </tbody> </table> |
