Commits
Click on a commit to change the comparison rangeUse a default of `Any` for the `ImportString` type var
The runtime behavior is to allow anything if `ImportString`
isn't parametrized. We reflect this by providing a default
value to the type variable, so that type checkers don't
complain on missing parametrization.