module Main where import PolyLib.Prelude import PolyLib.Compare(pcompare') main = print (pcompare' "Pat" "rik") -- expected output: LT