aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-16 21:47:43 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-16 21:47:43 -0500
commit0d2601d868116c3d9c03ed21f8cc18f4ef859f54 (patch)
tree3bc54edd5b1ce3af680ce9b25114a7ffc15d31c0 /src
parent819f55a4237f9d237ac2566bccc9943ee48d195f (diff)
Fix format on array with ANY (not ALL) operations
Diffstat (limited to 'src')
-rw-r--r--src/f.bqn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f.bqn b/src/f.bqn
index a351744b..6e5bc5bd 100644
--- a/src/f.bqn
+++ b/src/f.bqn
@@ -77,7 +77,7 @@
}
# Format data type
- FmtDat ← (2⌊≡)◶⟨FmtAtom,(∧´∘⥊3≤Type⌜)◶FmtSimple‿FmtMixed,FmtMixed⟩
+ FmtDat ← (2⌊≡)◶⟨FmtAtom,(∨´∘⥊3≤Type⌜)◶FmtSimple‿FmtMixed,FmtMixed⟩
# Format part of a compound operation; return precedence‿string
FmtOp ← {