a1 > a2?
function valueCompare<A> input A a1; input A a2; output Integer i "-1, 0, 1"; end valueCompare;