def greater(a, b):
    '''Return true if a > b, itemwise'''
    return _cmps.greaterThan(a, b)