diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2011-08-30 11:24:59 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2011-08-30 11:24:59 +0000 |
| commit | 4215fc31bf9bfc949599697a014dc13a112ed47c (patch) | |
| tree | 749cf2a00170120c795da2ba7b368af0f0226c2b /src/runtime/haskell/PGF/Expr.hs | |
| parent | 41a60772c731e5bc99c0fe2ec804681f468ed779 (diff) | |
bugfixes in the typechecker and the tree generator
Diffstat (limited to 'src/runtime/haskell/PGF/Expr.hs')
| -rw-r--r-- | src/runtime/haskell/PGF/Expr.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Expr.hs b/src/runtime/haskell/PGF/Expr.hs index ffc135d96..456518555 100644 --- a/src/runtime/haskell/PGF/Expr.hs +++ b/src/runtime/haskell/PGF/Expr.hs @@ -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,
|
