Semantische Bereiche

Value = ...

unvollständig und vereinfacht:

data Value 
  = VInt Integer 
  | VBool Bool 
  | VProc ( Value -> Value )



2010-10-12