Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix dodgy xx candidate set.
We had a Real() candidate that accepted a thunked required named arg, and an Int() one that did not. Make them both Int(). This is likely how they should have been in the first place, and fixes a regression introduced by the multi-dispatch coercion semantics changes.
- Loading branch information