Files
why3/bench/check-ce/simple_array.mlw

9 lines
110 B
Plaintext

theory ModelArray
use map.Map
goal t1 : forall t: map int int, i: int.
get (set t 0 42) i = get t i
end