| Safe Haskell | Safe-Inferred |
|---|
Program.Mighty.ByteString
- bshow :: Show a => a -> ByteString
- (+++) :: ByteString -> ByteString -> ByteString
Documentation
bshow :: Show a => a -> ByteStringSource
Converting showalbe data to ByteString.
(+++) :: ByteString -> ByteString -> ByteStringSource
Appending two ByteString.