summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF/Data.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2011-08-30 11:24:59 +0000
committerkr.angelov <kr.angelov@gmail.com>2011-08-30 11:24:59 +0000
commit4215fc31bf9bfc949599697a014dc13a112ed47c (patch)
tree749cf2a00170120c795da2ba7b368af0f0226c2b /src/runtime/haskell/PGF/Data.hs
parent41a60772c731e5bc99c0fe2ec804681f468ed779 (diff)
bugfixes in the typechecker and the tree generator
Diffstat (limited to 'src/runtime/haskell/PGF/Data.hs')
-rw-r--r--src/runtime/haskell/PGF/Data.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Data.hs b/src/runtime/haskell/PGF/Data.hs
index e97b8701e..f382601a8 100644
--- a/src/runtime/haskell/PGF/Data.hs
+++ b/src/runtime/haskell/PGF/Data.hs
@@ -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