aboutsummaryrefslogtreecommitdiff
path: root/docs/doc
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-29 21:18:19 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-29 21:19:47 -0500
commitda6694e6cb0755d6a232676808ee96cd5c06ef55 (patch)
tree3c78b9e8f7c2c7d1e0476d20ddef67e796ab4319 /docs/doc
parenteb4b4aa88f59b7c4188644be33ffa00e85f818a0 (diff)
Remove partial 2-modifier application from the spec and docs
Diffstat (limited to 'docs/doc')
-rw-r--r--docs/doc/expression.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/doc/expression.html b/docs/doc/expression.html
index 4cff7678..8676b3d9 100644
--- a/docs/doc/expression.html
+++ b/docs/doc/expression.html
@@ -170,20 +170,6 @@
<td>Function</td>
<td>2-Modifier</td>
</tr>
-<tr>
-<td></td>
-<td><code><span class='Modifier2'>_c_</span></code></td>
-<td><code><span class='Function'>G</span><span class='Value'>*</span></code></td>
-<td>1-Modifier</td>
-<td>Partial application</td>
-</tr>
-<tr>
-<td><code><span class='Function'>F</span><span class='Value'>*</span></code></td>
-<td><code><span class='Modifier2'>_c_</span></code></td>
-<td></td>
-<td>1-Modifier</td>
-<td>Partial application</td>
-</tr>
</tbody>
</table>
<p>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.</p>