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