From 800d04b014e90596dcad2d3a283da4b1e274a14f Mon Sep 17 00:00:00 2001 From: mryouse Date: Tue, 5 Jul 2022 03:39:28 +0000 Subject: bugfix: need to add :handle to ALL_TYPES --- neb/structs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neb') diff --git a/neb/structs.py b/neb/structs.py index 1c5248c..3b2cf4d 100644 --- a/neb/structs.py +++ b/neb/structs.py @@ -111,7 +111,7 @@ class Type: else: return self.name -_native_types = ":any :literal :string :bool :number :int :float :[]" +_native_types = ":any :literal :string :bool :number :int :float :[] :handle" ALL_TYPES = {x: Type(x) for x in _native_types.split(" ")} class Symbol: -- cgit v1.2.3