A Haskell Function that returns a comparrison enum:
LTEQGTbetween two numbersx,yto see ifx > y
compare x y
Checking Equal
(compare 2 2) == EQA Haskell Function that returns a comparrison enum:
LTEQGT
between two numbers x,y to see if x > ycompare x y
(compare 2 2) == EQ