Update Table/Column operations' signatures to be checked #12138
Labels
-libs
Libraries: New libraries to be implemented
x-refactor
Changes that should not be visible to the end-user
Currently many of our
Table
/Column
operations do not have checked signatures. We should update that - this will allow us to reap benefits from the type inference and will make us more prepared for testing intersection types in anger.The text was updated successfully, but these errors were encountered: