Value = ...
(app f a)
unvollständig und vereinfacht:
data Value = VInt Integer | VBool Bool | VProc ( Value -> Value )