Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
394797ca
Commit
394797ca
authored
Apr 13, 2015
by
David Hauzar
Browse files
Updated examples.
parent
9b6d889c
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/tests/cvc4-models.mlw
View file @
394797ca
...
...
@@ -4,7 +4,13 @@ module M
use import int.Int
val y "model" "model_trace:y" :ref int
function projf (l : int) : int
=
l+100
meta "model_projection" function projf
val y "model" "model_projected" "model_trace:y" :ref int
let incr ( x "model" "model_trace:x" : ref int ): unit
ensures { !x = old !x + 2 + !y }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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