You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tighten condition to preserve denotation in IntegrateMap (#23060)
Should fix#23056. I haven't been able to understand exactly what is
going on there yet, but the problem seems to arise in a situation where
the denotation should be reloaded during `integrate` and is not. This PR
makes sure that we keep the previous denotation for `NamedType` _only_
if its prefix is a `ParamRef` bound to the `LambdaType` we are
integrating over.
0 commit comments