packages feed

strongweak-0.5.0: src/Strongweak/Util/Text.hs

module Strongweak.Util.Text where

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

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