summaryrefslogtreecommitdiff
path: root/src/texec/world.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/texec/world.go')
-rw-r--r--src/texec/world.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/texec/world.go b/src/texec/world.go
index d0435a0..d88eae2 100644
--- a/src/texec/world.go
+++ b/src/texec/world.go
@@ -38,6 +38,7 @@ type TVariable struct {
}
type VarMap map[string]TVariable
+type TypeMap map[string]TType
// TContext represents a single call context.
type TContext struct {