Merge branch 'upgrade_proofs_coq_8_11_to_8_16' into 'master'
[why3.git] / bench / check-ce / simple_array.mlw
blobe8aa5af079bec42b3d08f66d4bb084a79c85b19b
1 theory ModelArray
3 use map.Map
5 goal t1 : forall t: map int int, i: int.
6    get (set t 0 42) i = get t i
8 end