expr.get_type
(ExprSchemable::get_type
) returns wrong type for array functions on nested lists
#13755
Labels
bug
Something isn't working
Describe the bug
When list is nested, containing a non-List list-like type, then this assertion doesn't hold true
To Reproduce
No response
Expected behavior
For a scalar function call, the
SimplifyInfo::get_data_type
andExprSchemable::get_type
should return the same type the scalar would return.Additional context
No response
The text was updated successfully, but these errors were encountered: