vt-utils-1.0.0.0: Vector and Text utilities

Safe HaskellSafe
LanguageHaskell2010

VtUtils.Text

Description

Text utilities

Synopsis

Documentation

textShow :: (Show a, Typeable a) => a -> Text Source #

Stringifies a specified value

If input is Text, String or ByteString, it is returned as a Text string without additional quotes around it

Arguments:

  • val :: a: Value to stringify

Return value: Text string representation of a specified value