From caa3cb9a1f1f322834790a576845978cfdd4d558 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Mon, 18 May 2020 20:00:00 -0700 Subject: [PATCH] Let's simplify. --- joy/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joy/library.py b/joy/library.py index c39fbc2..7812931 100644 --- a/joy/library.py +++ b/joy/library.py @@ -569,7 +569,7 @@ def concat_(S): ---------------------------- [a b c d e f] -''' + ''' (tos, (second, stack)) = S return concat(second, tos), stack