aboutsummaryrefslogtreecommitdiff
path: root/src/r1.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-12-27 10:18:42 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-12-27 10:18:42 -0500
commita1fb609dd33aa604020350ecbb90b9b5f26dec61 (patch)
tree84be10d18a5b430d741e0d63b1ee465971ef6ae0 /src/r1.bqn
parent75844e8de900c4fe3de23d44ef877519e58973c7 (diff)
Don't allow ⟨⟩ ⌽⁼ atom
Diffstat (limited to 'src/r1.bqn')
-rw-r--r--src/r1.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r1.bqn b/src/r1.bqn
index 896918d9..b173b892 100644
--- a/src/r1.bqn
+++ b/src/r1.bqn
@@ -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