This module performs the actual partial evaluation of a given expression, based on let-rewriting [PPDP'07]. The problem with the let-rewriting calculus is that it does not
Author: Björn Peemöller
Version: April 2015
pevalExpr
:: Options -> Prog -> Expr -> Expr
|