Closed arthurpaulino closed 1 month ago
Remove code that was evaluating transition arguments, as that might turn expressions such as '(1 2 3) into (1 2 3), which is not a valid argument for a call.
'(1 2 3)
(1 2 3)
Extra:
apply
Remove code that was evaluating transition arguments, as that might turn expressions such as
'(1 2 3)
into(1 2 3)
, which is not a valid argument for a call.Extra:
apply
coroutine