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

@@ -1,7 +1,7 @@
module PGF.Data (module PGF.Data, module PGF.Expr, module PGF.Type) where
import PGF.CId
import PGF.Expr hiding (Value, Sig, Env, Tree, eval, apply, value2expr)
import PGF.Expr hiding (Value, Sig, Env, Tree, eval, apply, applyValue, value2expr)
import PGF.Type
import qualified Data.Map as Map