diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/syntax.md | 1 |
1 files changed, 1 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) |
