module Treetop::Compiler::Metagrammar::DeclarationSequence1

def head

def head
  elements[0]
end

def tail

def tail
  elements[1]
end