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
/
simple_array.mlw
blob
e8aa5af079bec42b3d08f66d4bb084a79c85b19b
1
theory ModelArray
2
3
use map.Map
4
5
goal t1 : forall t: map int int, i: int.
6
get (set t 0 42) i = get t i
7
8
end