# File test/src/functor_test.rb, line 40
  def testUncurry
    verify(-1, Minus.curry.uncurry, 1, 2)
  end