rockneurotiko/ex_gram

Follow up bugfix for executor after fixing return types

a3kov opened this issue · 1 comments

a3kov commented

The executor was working with incorrect return types before #125
So after you fixed the types, the executer also needs an update to work correctly:

defp process_result(list, [t]), do: Enum.map(list, &process_result(&1, t))

Nice catch 🚀