From 9543711d3e87382aa8a90810b243754895af149b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 12 Dec 2020 16:12:46 -0500 Subject: Use Type instead of IsArray in the runtime --- test/dz_comp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/dz_comp b/test/dz_comp index 58cd2f0f..46dbf85a 100755 --- a/test/dz_comp +++ b/test/dz_comp @@ -8,8 +8,8 @@ nc‿rt‿prim ← "-nocomp"‿"-rt"‿"-prim" ∊ •args GetRT ← {𝕤: ⟨ref⟩ ← •Import "../src/pr.bqn" provide ← ⟨ - 0≠≡ # IsArray - ⊑⟨⟩⥊0⊸⥊ # Type + •Type # Type + ⊑⟨⟩⥊0⊸⥊ # GetFill ⋆⁼ # Log ≠¨⊔ # GroupLen ∾⊔∘⊢ # GroupOrd -- cgit v1.2.3