Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dispatch of the
etuple
function
The `etuple` function returns an instance of the `ExpressionTuple` class. If we wish to return an instance of a subclass of `ExpressionTuple` we need to implement a new function. This allows one to dispatch the `etuple` function to keep a uniform API.
- Loading branch information