Let's simplify.
This commit is contained in:
parent
d158157132
commit
caa3cb9a1f
|
|
@ -569,7 +569,7 @@ def concat_(S):
|
||||||
----------------------------
|
----------------------------
|
||||||
[a b c d e f]
|
[a b c d e f]
|
||||||
|
|
||||||
'''
|
'''
|
||||||
(tos, (second, stack)) = S
|
(tos, (second, stack)) = S
|
||||||
return concat(second, tos), stack
|
return concat(second, tos), stack
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue