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
In every term, store a timestamp (an int). It represents the last state in which this term is a normal form, if any. 0 means it's not (known to be) a normal form. This avoids recomputing arguments that were not changed in some cases.
The text was updated successfully, but these errors were encountered:
In every term, store a timestamp (an
int
). It represents the last state in which this term is a normal form, if any. 0 means it's not (known to be) a normal form. This avoids recomputing arguments that were not changed in some cases.The text was updated successfully, but these errors were encountered: