LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
sav08:semantics_of_array_manipulations [2008/04/08 20:20]
vkuncak
sav08:semantics_of_array_manipulations [2008/04/08 20:51]
vkuncak
Line 14: Line 14:
   b[j] = 2;   b[j] = 2;
   assert a[i]==1;   assert a[i]==1;
 +
 +One possible model: ++| arrays :: $Obj \times Int \to Obj$ ++