repo.or.cz
/
why3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'upgrade_proofs_coq_8_11_to_8_16' into 'master'
[why3.git]
/
bench
/
check-ce
/
func_call3.mlw
blob
3df543b4081041c6598a636375773012f79c14d0
1
2
use int.Int
3
4
val ref z: int
5
6
let g (x: int)
7
writes { z }
8
ensures { z > old z }
9
returns { r -> r = x + 2 }
10
= z <- z + 1;
11
x + 1