aboutsummaryrefslogtreecommitdiff
path: root/spec/inferred.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-14 10:19:53 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-14 10:20:26 -0500
commit15959e10ef4034664fa6a52edf2ede9ba437d9ad (patch)
tree8a34c5358febbab4784fc50180087cc866f2a22a /spec/inferred.md
parenta6963e79122a0e54ba91cad3514e0df62f236633 (diff)
Add dyadic ⊸ to Undo requirements
Diffstat (limited to 'spec/inferred.md')
-rw-r--r--spec/inferred.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/inferred.md b/spec/inferred.md
index 9a171396..76837d5b 100644
--- a/spec/inferred.md
+++ b/spec/inferred.md
@@ -41,7 +41,7 @@ The following structural functions have unique inverses, except in a few cases.
| `⊢` | `⊢` | `⊢`
| `⊣` | `⊢` | `{!𝕨≡𝕩⋄𝕩}`
| `<` | `{!0==𝕩⋄!0<≡𝕩⋄⊑𝕩}` |
-| `⌽` | `⌽` | `(-⊸⌽)`
+| `⌽` | `⌽` | `-⊸⌽`
| `⍉` | `(1⌽↕∘=)⊸⍉⍟(0<=)` | `{!∧´∊𝕨⋄𝕨⍉𝕩⋄(⍋⍷𝕨∾↕=𝕩)⍉𝕩}`
| `/` | `≠¨∘⊔` |
@@ -98,10 +98,10 @@ Inverses of other modifiers and derived functions or modifiers obtained from the
| `⌾` | `{𝔽⁼⌾𝔾}` | Verify result for computational Under
| `⍟n` | `⍟(-n)` | Atomic number n
| `⊘` | `{(𝔽⁼)⊘(𝔾⁼)}` |
-| `k⊸𝔽` | `k⊸(𝔽⁼)` | Constant k
-| `k𝔽⊢` | |
+| `⊸` | `{𝔽⊸(𝔾⁼)}` | Dyadic case or constant `𝔽` only
+| `k𝔽⊢` | `k𝔽⁼⊢` | Constant k
| `𝔽⟜k𝕩` | `k𝔽˜⁼𝕩` | Constant k
-| `⊢𝔽k˙` | | Arbitrary k
+| `⊢𝔽K` | | Constant k
## Under