import Data.Listimport Data.Functionmain = getLine >>= mapM_ print . groupBy ((==) `on` sort) . sortBy (compare `on` sort) . words
asdf xyu uuu uyx yux fdsa
["asdf","fdsa"] ["uuu"] ["xyu","uyx","yux"]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!