packages feed

gtvm-hs-1.0.0: src/Util/Text.hs

module Util.Text where

import Data.Text qualified as Text
import Data.Text ( Text )

tshow :: Show a => a -> Text
tshow = Text.pack . show