niv-0.3.0: src/Data/Text/Extended.hs
{-# LANGUAGE OverloadedStrings #-}
module Data.Text.Extended where
import qualified Data.Text as T
tshow :: (Show a) => a -> T.Text
tshow = T.pack . show
{-# LANGUAGE OverloadedStrings #-}
module Data.Text.Extended where
import qualified Data.Text as T
tshow :: (Show a) => a -> T.Text
tshow = T.pack . show