Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
class ShortShow a where Source #
Show class alternative that hides unset and bytes values, multiline text values are shown as single line
Instances
writeInt64 :: Int -> Value Source #
readBytes :: String -> ByteString Source #
writeBytes :: ByteString -> Value Source #