class Hamster::Stack

def push(item)

def push(item)
  self.class.new(@list.cons(item))
end