Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
damnFormat :: Formatter Text Source #
damnFormat
transforms a raw dAmn message into the text that the
sender typed into the dAmn web client.
damnFormatBytes :: Formatter ByteString Source #
encodeUtf8 . damnFormat
This function is defined separately to avoid an encoding round-trip.