Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
8a46fa14
Commit
8a46fa14
authored
Aug 27, 2015
by
David Hauzar
Browse files
Example on cvc4 and counterexamples updated.
parent
9ff4791e
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/tests/cvc4-models.mlw
View file @
8a46fa14
...
...
@@ -65,6 +65,11 @@ module M
=
x := Map.set !x 0 3
(* Multi-dimensional maps *)
let test_map2 (x "model" : ref (map int (map int int))) : unit
ensures { !x[0][0] <> !x[1][1] }
=
x := Map.set !x 0 (Map.get !x 1)
type r = {f:int; g:bool}
let test_record1 (x "model" "model_trace:x" : r) : int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment