With #173 , the disambiguate parameter was made optional. For those that want the "stricter" behavior, it might be possible to publish optional stubs that make the parater required. This wouldn't change the actual runtime behavior, but would allow IDEs and typecheckers to enforce the disambiguation parameter.
With #173 , the
disambiguateparameter was made optional. For those that want the "stricter" behavior, it might be possible to publish optional stubs that make the parater required. This wouldn't change the actual runtime behavior, but would allow IDEs and typecheckers to enforce the disambiguation parameter.