!7 p { assertEqualsVerbose("hello.world", callF(curry(f concat, "hello"), "world")); print("OK"); } sS concat(S a, S b) { ret a + "." + b; }