forked from OCamlPro/alt-ergo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fresh names for all the abstract values (OCamlPro#811)
* Use fresh names for all abstract values * Call fresh_string in pp_abstract_value_of_type
- Loading branch information
Showing
3 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
unknown | ||
( | ||
(define-fun a1 () (Array Int Int) (store (as @a1 (Array Int Int)) 0 0)) | ||
(define-fun a1 () (Array Int Int) (store (as @!k1 (Array Int Int)) 0 0)) | ||
(define-fun x () Int 0) | ||
(define-fun y () Int 0) | ||
) |