class Or(Type):
        fields = ("left", "right")

        @staticmethod
        def repr(expr):