class Steep::Interface::Function::Params::PositionalParams

def hash

def hash
  self.class.hash ^ head.hash ^ tail.hash
end