packages feed

binrep-0.1.0: src/Binrep/Util.hs

module Binrep.Util where

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

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