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
Sometimes, when unfolding via simp or unfold, the resulting term is the fixed point and the unfolding theorem is not applied to obtain the nice code form.
Workaround is to use rw.
It would be nice to investigate how to make the unfolding less surprising.
The text was updated successfully, but these errors were encountered:
Sometimes, when unfolding via
simp
orunfold
, the resulting term is the fixed point and the unfolding theorem is not applied to obtain the nice code form.Workaround is to use
rw
.It would be nice to investigate how to make the unfolding less surprising.
The text was updated successfully, but these errors were encountered: