diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-14 21:37:08 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-14 21:37:08 -0500 |
| commit | 65de4cbc3af217af2b966f490d6cef3315097a68 (patch) | |
| tree | d26db4bcedb658394e91ea68df8f4d5e2a3e1bf5 | |
| parent | 47be74b54c3f9d6540bc6a9cabdbf4db76d3908a (diff) | |
Add predicate (?) to syntax table
| -rw-r--r-- | doc/syntax.md | 1 | ||||
| -rw-r--r-- | docs/doc/syntax.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/syntax.md b/doc/syntax.md index 76489695..20119992 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -25,6 +25,7 @@ Glyph(s) | Meaning `{}` | [Block](#blocks) such as a function definition `:` | [Block header](block.md#block-headers) `;` | [Block body separator](block.md#multiple-bodies) +`?` | [Predicate](block.md#predicates) `𝕨𝕎` | [Left argument](#blocks) `𝕩𝕏` | [Right argument](#blocks) `𝕤𝕊` | [Function self-reference](#blocks) diff --git a/docs/doc/syntax.html b/docs/doc/syntax.html index 54271ab0..25f4ea23 100644 --- a/docs/doc/syntax.html +++ b/docs/doc/syntax.html @@ -77,6 +77,10 @@ <td><a href="block.html#multiple-bodies">Block body separator</a></td> </tr> <tr> +<td><code><span class='Value'>?</span></code></td> +<td><a href="block.html#predicates">Predicate</a></td> +</tr> +<tr> <td><code><span class='Value'>𝕨</span><span class='Function'>𝕎</span></code></td> <td><a href="#blocks">Left argument</a></td> </tr> |
