9c1df04
1 2 3 4 5 6 7 8 9 10 11
{-# LANGUAGE OverloadedStrings #-} module Pronto ( sayHello ) where import Data.Text (Text) sayHello :: Text -> String sayHello text = show $ text