module Treetop::Compiler::Metagrammar::Choice2

def tail

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