module Treetop::Compiler::Metagrammar::Sequence2

def tail

def tail
  super.elements.map {|elt| elt.labeled_sequence_primary }
end