mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 23:32:51 -06:00
refactor PGF.Expr and PGF.TypeCheck so that the evaluator always has access to the meta store
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user