From da6694e6cb0755d6a232676808ee96cd5c06ef55 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 29 Nov 2021 21:18:19 -0500 Subject: Remove partial 2-modifier application from the spec and docs --- doc/expression.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/expression.md') diff --git a/doc/expression.md b/doc/expression.md index 5f639a0a..159f8d52 100644 --- a/doc/expression.md +++ b/doc/expression.md @@ -78,8 +78,6 @@ Here is a table of the modifier and function application rules: | `F*` | `G` | `H` | Function | 3-train | `F*` | `_m` | | Function | 1-Modifier | `F*` | `_c_` | `G*` | Function | 2-Modifier -| | `_c_` | `G*` | 1-Modifier | Partial application -| `F*` | `_c_` | | 1-Modifier | Partial application A function with an asterisk indicates that a subject can also be used. Since the role doesn't exist after parsing, function and subject spellings are indistinguishable in these positions. Modifier applications bind more tightly than functions, and associate left-to-right while functions associate right-to-left. -- cgit v1.2.3