pp_using_anonymous_constructor
This attribute, which was implemented in #3640, is applied to the following structures: `Sigma`, `PSigma`, `PProd`, `And`, `Subtype`, and `Fin`. These were given this attribute in Lean 3.
cc @nomeata
splitMatch
Improve how we compute the motive for match-splitter eliminator. closes #986