svoid test_splitAtDoubleArrow() { testFunctionValues splitAtDoubleArrow( "a => b", ll("a", "b"), "a => b => c", ll("a", "b", "c") ); }