HaskellWorks.ToText
class ToText a where Source #
Methods
toText :: a -> Text Source #
Defined in HaskellWorks.ToText
toText :: Text -> Text Source #
toText :: Builder -> Text Source #
toText :: Text -> Text0 Source #
toText :: String -> Text Source #