LARA

Differences

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

Link to this comparison view

sav08:semantics_of_field_reads_and_writes [2009/03/18 10:19]
vkuncak
sav08:semantics_of_field_reads_and_writes [2015/04/21 17:30]
Line 1: Line 1:
-====== Semantics of Field Reads and Writes ====== 
- 
-How to model $x.f$ ? ++|term $f(x)$++ 
- 
-How to model field assignment $x.f=y$ ? 
-++++| 
-Use function update construct: 
-\[ 
-    f = f(x:=y) 
-\] 
-State variable $f$, which denotes a function, is assigned an updated version of this function. 
-++++