DEBSOURCES
Skip Quicknav
sources / why3 / 1.8.2-3 / bench / check-ce / simple_array.mlw
12345678
theory ModelArray use map.Map goal t1 : forall t: map int int, i: int. get (set t 0 42) i = get t i end