| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Program.Mighty.ByteString
- bshow :: Show a => a -> ByteString
- (+++) :: ByteString -> ByteString -> ByteString
Documentation
bshow :: Show a => a -> ByteString Source #
Converting showalbe data to ByteString.
(+++) :: ByteString -> ByteString -> ByteString infixr 5 Source #
Appending two ByteString.