Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Right now we have identical names for internal rust representations and python exposed versions. This leads to confusing debug errors like "Cannot convert Expr to Expr". It would be helpful to rename all of the internally exposed objects to something like RawExpr
to avoid these confusing errors.
Describe the solution you'd like
Simple renaming - no impact otherwise.
Describe alternatives you've considered
Additional context