class Hamster::Sequence
def empty?
def empty? false end
def initialize(head, tail = EmptyList)
def initialize(head, tail = EmptyList) @head = head @tail = tail end
def empty? false end
def initialize(head, tail = EmptyList) @head = head @tail = tail end