previous up next
Go backward to Operational Interpretation
Go up to Top
Go forward to Examples
RISC-Linz logo

Syntax Analysis

forall x: p(x) => exists y: q(f(x), y)
forall x: (p(x) => exists y: q(f(x), y)).
forall x: p(x) => exists y: q(f(x), y)

Author: Wolfgang Schreiner
Last Modification: October 6, 1999

previous up next