compare package:ghc

Type equality and comparison
Perform a compare operation on the operands left and right * op: operator * left: left operand * right: right operand
Compare FastString lexically If you don't care about the lexical ordering, use uniqCompareFS instead.
Compare FastString by their Unique (not lexically). Much cheaper than lexicalCompareFS but non-deterministic!