snap-extras-0.12.3.0: A collection of useful helpers and utilities for Snap web applications.
Snap.Extras.TextUtils
readT :: Read a => Text -> a Source #
showT :: Show a => a -> Text Source #
readBS :: Read a => ByteString -> a Source #
showBS :: Show a => a -> ByteString Source #
titleCase :: Text -> Text Source #