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
This is a follow-up to #244, where we observed that BoundVarExprs already carry Nonces, so there's no need to create Annotation expressions for them. As it turns out, the same is true for {Nonce,}AppExpr:
This is a follow-up to #244, where we observed that
BoundVarExpr
s already carryNonce
s, so there's no need to createAnnotation
expressions for them. As it turns out, the same is true for{Nonce,}AppExpr
:what4/what4/src/What4/Expr/App.hs
Line 111 in 076f49b
what4/what4/src/What4/Expr/App.hs
Line 125 in 076f49b
Perhaps we should special-case these in the same way we did
BoundVarExpr
in #245.The text was updated successfully, but these errors were encountered: