flatten_map/1 does not flatten lists #5
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
Given the following structure:
I would expect the following result:
But we actually get:
I wonder if we should have a
flatten_list/1
andflatten_data/1
which would combine flatten_list + flatten_map.The text was updated successfully, but these errors were encountered: