fortran-src-extras-0.3.1: src/Language/Fortran/Extras/Util.hs
module Language.Fortran.Extras.Util where import qualified Data.Text as Text import Data.Text ( Text ) tshow :: Show a => a -> Text tshow = Text.pack . show
module Language.Fortran.Extras.Util where import qualified Data.Text as Text import Data.Text ( Text ) tshow :: Show a => a -> Text tshow = Text.pack . show