From acc49905b429fb9e323ad80d1c984f6fa8b2490f Mon Sep 17 00:00:00 2001 From: Marcel Keller Date: Tue, 8 Oct 2024 13:04:49 +1100 Subject: [PATCH] Fix bug in binary operations. --- Compiler/GC/types.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Compiler/GC/types.py b/Compiler/GC/types.py index 3bf9a3115..8c2050199 100644 --- a/Compiler/GC/types.py +++ b/Compiler/GC/types.py @@ -737,6 +737,9 @@ def get_type(cls, n): :py:obj:`v` and the columns by calling :py:obj:`elements`. """ class sbitvecn(cls, _structure): + @staticmethod + def get_type(n): + return cls.get_type(n) @classmethod def malloc(cls, size, creator_tape=None): return sbit.malloc(