Replies: 1 comment 2 replies
-
I found that if I instead change the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm seeing some unexpected behavior in what gets normalized in the below lemmas. The first lemma (
add_equiv
) normalizes like I expect it to, that is all occurrences of thereify
andadd
are unfolded. However, normalization in the second lemma only unfolds the first occurrence ofreify
andadd
.Does anyone know why this happens? I noticed that the unfolding works after
mapply tm;
, but doesn't do anything if applied to the premise (let h2 = norm_term [delta; iota] h1 in
).Beta Was this translation helpful? Give feedback.
All reactions