Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
C : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c

SYNOPSIS
Permutes first two arguments to curried function: C f x y = f y x.

FAILURE CONDITIONS
Never fails.

SEE ALSO
F_F, I, K, W.