Returns true if declName is the name of a grind helper declaration that
should not be unfolded by unfoldReducible. Grind.EqMatch and Grind.MatchCond
are abbrevs, but they are gadgets that must survive until the corresponding
propagators consume them.
Instances For
Returns true if declName is a reducible constant that the unfoldReducible
preprocessing step must unfold.
Projection functions are excluded even though they are reducible by default:
unfolding them produces kernel projections, which the foldProjs preprocessing
step folds back into projection function applications.