diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-27 10:18:42 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-12-27 10:18:42 -0500 |
| commit | a1fb609dd33aa604020350ecbb90b9b5f26dec61 (patch) | |
| tree | 84be10d18a5b430d741e0d63b1ee465971ef6ae0 /src/r1.bqn | |
| parent | 75844e8de900c4fe3de23d44ef877519e58973c7 (diff) | |
Don't allow ⟨⟩ ⌽⁼ atom
Diffstat (limited to 'src/r1.bqn')
| -rw-r--r-- | src/r1.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -912,7 +912,7 @@ PrimInverse ← INF _lookup_ ⟨ '↑', ¯1⊸⊑_invChk_↑ ⊘ (IA∘0) '↓', 0⊸⊑_invChk_↓ ⊘ (IA∘0) '↕', ≢_invChk_↕ ⊘ (IA∘0) # Should trace edge and invChk - '⌽', ⌽ ⊘ (-⊸⌽) + '⌽', ⌽ ⊘ (-⊸⌽ ⊣ IX∘IsArray∘⊢) '⍉', TransposeInv ⊘ ReorderAxesInv '/', IndicesInv ⊘ (IA∘0) '⊔', GroupIndsInv ⊘ GroupInv |
