diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-07 08:47:42 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-07 09:27:02 -0400 |
| commit | 35732743bf7b4b4c7be2103521310c0a3ffaa1c7 (patch) | |
| tree | f476626a164389f593ed4cc286fac9c041f4670e /spec | |
| parent | e65f5b2410330220d2b136f9ba8c4e86bd5a4dfc (diff) | |
Fix ∨⁼
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/inferred.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inferred.md b/spec/inferred.md index 058710e5..03eaefc9 100644 --- a/spec/inferred.md +++ b/spec/inferred.md @@ -57,7 +57,7 @@ Several primitives are easily undone, but doing so is not important for BQN prog |-----|--------|------- | `×` | `⊢` | | `∧` | `⊢` | -| `∨` | `⊢` | `-˜÷1-⊢` +| `∨` | `⊢` | `-˜÷1-⊣` | `∾` | | `{(=○=⟜𝕩◶1‿≠𝕨)↓𝕩}` | `≍` | `⊏` | `¯1⊸⊏` | `↑` | `¯1⊸⊑` | |
