aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-24 22:29:45 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-24 22:29:45 -0400
commit436bf368830c828f8008bf55632e2bb4c2a2578f (patch)
treee37be11d2cb9651bc439ead590d734c21679df6c
parentb60fd36b9eb6b245c848502f388dc7f5b3f9131d (diff)
Simplification: Range fill is just ๐•ฉ fill-ified
-rw-r--r--docs/spec/inferred.html8
-rw-r--r--spec/inferred.md3
2 files changed, 2 insertions, 9 deletions
diff --git a/docs/spec/inferred.html b/docs/spec/inferred.html
index bda3e054..ef7bb6e1 100644
--- a/docs/spec/inferred.html
+++ b/docs/spec/inferred.html
@@ -100,7 +100,7 @@
</tr>
<tr>
<td><code><span class='Value'>๐•ฉ</span></code></td>
-<td><code><span class='Function'>&lt;</span></code></td>
+<td><code><span class='Function'>&lt;โ†•</span></code></td>
<td></td>
<td></td>
</tr>
@@ -116,12 +116,6 @@
<td></td>
<td></td>
</tr>
-<tr>
-<td><code><span class='Number'>0</span><span class='Modifier2'>โš‡</span><span class='Number'>0</span><span class='Value'>๐•ฉ</span></code></td>
-<td><code><span class='Function'>โ†•</span></code></td>
-<td></td>
-<td></td>
-</tr>
</tbody>
</table>
<p>For Group and Group Indices (<code><span class='Function'>โŠ”</span></code>), the fill element of the result and its elements are both specified: the fill element of each element of the result is the same as that of <code><span class='Value'>๐•ฉ</span></code> for Group, and is <code><span class='Number'>0</span></code> for Group Indices. The fill element of the result is <code><span class='Paren'>(</span><span class='Number'>0</span><span class='Modifier2'>โš‡</span><span class='Number'>1</span><span class='Value'>๐•จ</span><span class='Paren'>)</span><span class='Function'>โ†‘</span><span class='Value'>๐•ฉ</span></code> for Group, and <code><span class='Function'>โฅŠ</span><span class='Modifier2'>โŸœ</span><span class='Function'>&lt;</span><span class='Number'>0</span><span class='Modifier2'>โš‡</span><span class='Number'>1</span><span class='Value'>๐•ฉ</span></code> for Group Indices.</p>
diff --git a/spec/inferred.md b/spec/inferred.md
index bfc9dbda..0fe24442 100644
--- a/spec/inferred.md
+++ b/spec/inferred.md
@@ -50,10 +50,9 @@ Fill elements for many primitives are given in the table below. The "Fill" colum
|--------|--------------|-------------|----------
| `โŠข` | `โˆงโˆจโฅŠโ‰ยปยซโŒฝโ‰โŠโท` | `โฅŠโ†‘โ†“โ†•โŒฝโ‰/โŠ` | `` ๐”ฝ` ``
| `0` | `โ‰ข/โ‹โ’โˆŠโАโŠ’` | `โ‹โ’โАโŠ’โˆŠโท`
-| `๐•ฉ` | `<`
+| `๐•ฉ` | `<โ†•`
| `โˆฉ` | `>โˆพ` | `โˆพโ‰ยปยซ`
| `0โ†‘๐•ฉ` | `โ†‘โ†“`
-| `0โš‡0๐•ฉ` | `โ†•`
For Group and Group Indices (`โŠ”`), the fill element of the result and its elements are both specified: the fill element of each element of the result is the same as that of `๐•ฉ` for Group, and is `0` for Group Indices. The fill element of the result is `(0โš‡1๐•จ)โ†‘๐•ฉ` for Group, and `โฅŠโŸœ<0โš‡1๐•ฉ` for Group Indices.