Ethan Furman wrote: > Meaning we can *only* match on constructor arguments? What about > attributes that are not set in the constructor, are we just out of luck > for those? No, keyword pattern args should probably match either keyword constructor args or attributes. -- Greg