class Steep::Subtyping::Trace

def +(other)

def +(other)
  self.class.new(array: array + other.array)
end