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, fresh(o) can be parsed, but is not supported during term creation.
For fresh: Implement it as a function $fresh(heap, object) that allows one to specify the heap. This should be prettyprinted as fresh(o)@heap if not the standard heap.
This fresh function should acrually replace the function isCreated and be its negation.
The Dafny language supports fresh, hence that should go into our logic.
The text was updated successfully, but these errors were encountered:
!in
,fresh(o)
can be parsed, but is not supported during term creation.For fresh: Implement it as a function
$fresh(heap, object)
that allows one to specify the heap. This should be prettyprinted asfresh(o)@heap
if not the standard heap.This fresh function should acrually replace the function isCreated and be its negation.
The Dafny language supports fresh, hence that should go into our logic.
The text was updated successfully, but these errors were encountered: