class Steep::AST::Types::Tuple

def ==(other)

def ==(other)
  other.is_a?(Tuple) &&
    other.types == types
end