aboutsummaryrefslogtreecommitdiff
path: root/TypeRules.hs
diff options
context:
space:
mode:
Diffstat (limited to 'TypeRules.hs')
-rw-r--r--TypeRules.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/TypeRules.hs b/TypeRules.hs
index b73daf2..2eb8974 100644
--- a/TypeRules.hs
+++ b/TypeRules.hs
@@ -62,3 +62,4 @@ instance TypeOf Expression where
instance TypeOf AsExpression where
typeof (AEVar _ mt) = mt
typeof (AESubscript _ _ mt) = mt
+ typeof (AEGet _ _ mt) = mt