# File test/src/expression_test.rb, line 15
  def negate
    around(char('-')) >> value(Neg)
  end