snap-extras-0.12.1.0: A collection of useful helpers and utilities for Snap web applications.

Safe HaskellSafe
LanguageHaskell2010

Snap.Extras.TextUtils

Documentation

readT :: Read a => Text -> a Source

showT :: Show a => a -> Text Source

titleCase :: Text -> Text Source