aboutsummaryrefslogtreecommitdiff
path: root/neb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'neb/__init__.py')
-rw-r--r--neb/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/neb/__init__.py b/neb/__init__.py
index 0542d0d..42e1d00 100644
--- a/neb/__init__.py
+++ b/neb/__init__.py
@@ -189,6 +189,7 @@ class TypeWrap:
self.name = ALL_TYPES[name]
self.parent = parent
self.is_func = is_func
+ self.type_ = TypeEnum.TYPE
def validate_type(self, target, env, ns):
# if it's an any type, it's valid