I am observing a difference between Definitions
and pose
d variables and (primitive?) projections when reducing them using CClosure.whd_val
with CClosure.RedFlags.red_add_transparent CClosure.all TransparentState.full
. With a Definition
the term my_projection my_definition
reduces just fine. With a pose
d variable the projection is stuck. Is this intentional? Am I using the wrong flags to reduce this term?
Another data point: lazy
reduces the projection applied to the pose
d variable.
Last updated: Sep 15 2024 at 13:02 UTC