Compare two lists using the comparison function fp. The comparison function is the same as used for qsort().
If they compare equal, return 0 else value returned by fp.
See Implementation
Compare two lists using the comparison function fp. The comparison function is the same as used for qsort().