Fast path for data constructor applications
I noticed that in GHC.Core.Opt.Simplify.Iteration.rebuildCall, in the case of data constructor (worker) applications, much of the effort of rebuildCall is wasted.
Idea: provide a fast path for data constructor worker applications.