module PigLatin (translate) where translate :: String -> String translate = undefined