It'd be cool to be able to import some symbols but not others: ``` import Math (pi, sin) ``` This should probably make those symbols available without a module qualifier.
It'd be cool to be able to import some symbols but not others:
This should probably make those symbols available without a module qualifier.