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
Show an empty sig for what it really is
Make this MMD dispatch error a bit clearer, I hope:
$ perl6 -e 'multi a() { ... }; multi a(*%twiddles) { ... }; a'
Ambiguous call to 'a'; these signatures all match:
:(*%_)
:(*%twiddles)- Loading branch information