bugfixes in the typechecker and the tree generator

This commit is contained in:
kr.angelov
2011-08-30 11:24:59 +00:00
parent 41a60772c7
commit 4215fc31bf
4 changed files with 15 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ module PGF.Expr(Tree, BindType(..), Expr(..), Literal(..), Patt(..), Equation(..
normalForm,
-- needed in the typechecker
Value(..), Env, Sig, eval, apply, value2expr,
Value(..), Env, Sig, eval, apply, applyValue, value2expr,
MetaId,