aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-23 21:09:20 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-23 21:09:20 -0500
commit46e98146bf50e12fce72474170645da8040ccf99 (patch)
tree0ab2f708bae1cc96ba1b48bf241845c64bba9859 /spec
parent8924da5482d91ad21f56428ea5673560f2a265e7 (diff)
Add shift functions to fill spec
Diffstat (limited to 'spec')
-rw-r--r--spec/inferred.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/inferred.md b/spec/inferred.md
index 77d83b62..43d92e8a 100644
--- a/spec/inferred.md
+++ b/spec/inferred.md
@@ -46,12 +46,12 @@ Arithmetic primitives—all valences of `+-×÷⋆√⌊⌈|¬` and dyadic `∧
Fill elements for many primitives are given in the table below. The "Fill" column indicates the strategy used to compute the result's fill. Fields `0`, `𝕩`, `0↑𝕩`, and `0⚇0𝕩` indicate the fill directly, while `⊢` and `∩` indicate that the fill is to be computed from the argument fills (if not all arguments have fills, then the fill element is unspecified). For `⊢`, the fill element of the result is the fill element of `𝕩`. For `∩`, the fill is equal to the fill values for multiple arrays, provided that they are all equal (it's unspecified if they are not all equal). In the two argument case, these arrays are `𝕨` and `𝕩`. In the one-argument case, they are the elements of `𝕩`; however, if `𝕩` is empty, then the result's fill is the fill of the fill of `𝕩`.
-| Fill | Monads | Dyads | Modifiers
-|--------|------------|-------------|----------
-| `⊢` | `⥊⌽⍉⊏≍∧∨⍷` | `⥊⌽⍉⊏↑↓↕/` | `` 𝔽` ``
-| `0` | `≢/⍋⍒∊⊐⊒` | `⍋⍒∊⍷⊐⊒`
+| Fill | Monads | Dyads | Modifiers
+|--------|--------------|-------------|----------
+| `⊢` | `∧∨⥊≍»«⌽⍉⊏⍷` | `⥊↑↓↕⌽⍉/⊏` | `` 𝔽` ``
+| `0` | `≢/⍋⍒∊⊐⊒` | `⍋⍒⊐⊒∊⍷`
| `𝕩` | `<`
-| `∩` | `>∾` | `∾≍`
+| `∩` | `>∾` | `∾≍»«`
| `0↑𝕩` | `↑↓`
| `0⚇0𝕩` | `↕`