module M where import qualified Data.Text as T import Data.Text (Text) foo :: String foo = "hello" bar :: Text bar = T.pack "something"