From 0d2601d868116c3d9c03ed21f8cc18f4ef859f54 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 16 Jan 2021 21:47:43 -0500 Subject: Fix format on array with ANY (not ALL) operations --- src/f.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ← { -- cgit v1.2.3