diff options
| author | krasimir <krasimir@chalmers.se> | 2010-02-22 15:50:41 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-02-22 15:50:41 +0000 |
| commit | 09da1013f9a14dfa672c8e1adea269fc337aa57c (patch) | |
| tree | 07701d44976552ca65a8c67000f6d09f308acc1b /src/runtime/haskell/PGF/Data.hs | |
| parent | 21ad608e2a7a587805a6b99e8c07c6255de348c5 (diff) | |
refactor PGF.Expr and PGF.TypeCheck so that the evaluator always has access to the meta store
Diffstat (limited to 'src/runtime/haskell/PGF/Data.hs')
| -rw-r--r-- | src/runtime/haskell/PGF/Data.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/PGF/Data.hs b/src/runtime/haskell/PGF/Data.hs index a23958d82..fe768cd20 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, Env, Tree) +import PGF.Expr hiding (Value, Sig, Env, Tree, eval, apply, value2expr) import PGF.Type import qualified Data.Map as Map |
