From f261db25dee79ab2c0cd664a37f05a4babb716e9 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 20 Aug 2021 22:14:20 -0400 Subject: =?UTF-8?q?=E2=80=A2Repr=20workarounds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- md.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md.bqn b/md.bqn index 525137cc..97ff3e1b 100644 --- a/md.bqn +++ b/md.bqn @@ -622,7 +622,7 @@ GetMultiHighlights ← { ################################ # Format an array to a string tn ← "*"⊸(∾∾⊣)¨"array"‿"function"‿"1-modifier"‿"2-modifier"‿"namespace" -fmt ← ⊑ (•Import "src/f.bqn"){𝔽} ⟨•Type,•Decompose,•Glyph⎊(tn⊑˜2-˜•Type),•Repr⟩ +fmt ← ⊑ (•Import "src/f.bqn"){𝔽} ⟨•Type,•Decompose,•Glyph⎊(tn⊑˜2-˜•Type),'¯'⍟('-'⊸=)⌾⊑¯3(↓∾"∞"˙)⍟("inf"≡↑)•Repr⟩ ################################ -- cgit v1.2.3