class Steep::Interface::Function::Params::PositionalParams
def ==(other)
def ==(other) other.is_a?(PositionalParams) && other.head == head && other.tail == tail end
def ==(other) other.is_a?(PositionalParams) && other.head == head && other.tail == tail end