Need help with this nested list

@al2o3cr Indeed, this is not valid syntax. Thanks for letting me know.

@dimitarvp I discovered that Macro.postwalk(list, fn [[x]] -> [x]; x -> x end) works for this case. But you’re right about the fact that I should learn how to handle this, I will take some time to study recursion better.