From 67478931f46ef657bb5ccf9e02892a347ea00da3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 5 May 2024 13:12:27 +0100 Subject: [PATCH] 05a: another place where a scalar can be automatically promoted --- 05/05a.bqn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/05/05a.bqn b/05/05a.bqn index e74a64f..0eda860 100644 --- a/05/05a.bqn +++ b/05/05a.bqn @@ -22,8 +22,8 @@ Prep←{ ExecuteMove←{⟨from,to⟩𝕊stacks: crate←⊑from⊑stacks - stacks (1⊸↓)⌾(from⊸⊑) ↩ - stacks (⟨crate⟩⊸∾)⌾(to⊸⊑) ↩ + stacks (1⊸↓)⌾(from⊸⊑) ↩ + stacks (crate⊸∾)⌾(to⊸⊑) ↩ stacks } -- 2.30.2