class Steep::TypeInference::LocalVariableTypeEnv::Entry

def ==(other)

def ==(other)
  other.is_a?(Entry) &&
    other.type == type &&
    other.annotations == annotations &&
    other.nodes == nodes
end