rio-0.0.3.0: A standard library for Haskell

Safe HaskellNone
LanguageHaskell2010

RIO.Prelude.Text

Synopsis

Documentation

stripCR :: Text -> Text Source #

Strip trailing carriage return from Text

tshow :: Show a => a -> Text Source #