module Hamster::List

def at(index)

def at(index)
  drop(index).head
end