While working on #1153, i saw this kind of error:
Internal("Data type Boolean not supported for binary operation on dyn arrays")
But it took me a while to figure out what operation was wrong (in this case it was eq)
It would be nice to include the name of the operation in the error message