Fix an outright bug in the implementation of default decls
for associated types (fixes Trac #5719) The bug was that we ended up quantifying the new AT instance over the wrong set of type variables, and that led to confusing chaos.
Please register or sign in to comment