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
/
test_result_ce_value0.mlw
blob
45afa0a5f5ae1736fbf75d1108f0d5249a8c5fad
1
use int.Int
2
3
val id (x: int) : int
4
ensures { result > x }
5
6
let test2 (x:int) =
7
let a = id x in
8
assert { a <> 42 }