Skip to content

Improve SpecConstr for evals

Simon Peyton Jones requested to merge wip/T21763 into master

As #21763 (closed) showed, we were over-specialising in some cases, when the function involved was doing a simple 'eval', but not taking the value apart, or branching on it.

This MR fixes the problem. See Note [Do not specialise evals].

Merge request reports