Decl attribute and type attribute having the same name

Hi Swift team,

I'm implementing an attribute called @differentiable as both a decl attribute and a type attribute as described here. Adding them to both Attr.def won't work because of lexing ambiguity. What would be the best way to implement this?