class Steep::TypeInference::BlockParams::Param

def hash

def hash
  self.class.hash ^ var.hash ^ type.hash ^ value.hash ^ node.hash
end