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
Updates to a heap are handled as a LetTerm with substitution "heap" -> store...
The Term representation of heap is a ApplTerm. The SubstitutionVisitor, only substitutes VarTerms. So the heap update is ignored on the application of LetSubstitutionRule.
The text was updated successfully, but these errors were encountered:
Updates to a heap are handled as a LetTerm with substitution "heap" -> store...
The Term representation of heap is a ApplTerm. The SubstitutionVisitor, only substitutes VarTerms. So the heap update is ignored on the application of LetSubstitutionRule.
The text was updated successfully, but these errors were encountered: