Speicher

type Store = Map Location Value

Syntax: Ausdrücke:

data Exp = ... 
  | (cell Exp) -- CellCreation
  | (begin Exp Exp) -- SimpleSequencing
Primops:

Beachte: explizite Dereferenzierung (@^)



2010-10-12