module Treetop::Compiler::Metagrammar::Choice2

def alternatives

def alternatives
  [head] + tail
end