packages feed

mptcpanalyzer-0.0.2.0: src/MptcpAnalyzer/Utils/Text.hs

module MptcpAnalyzer.Utils.Text (
  -- completeInitialCommand
  -- generateHaskelineCompleterFromParser
  tshow
)
where

import qualified Data.Text as TS

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