Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
- type DeviceName = String
- type MkPseudoHeader = Int -> ByteString
- type Endo a = a -> a
- void :: Monad m => m a -> m ()
- showPaddedHex :: (Integral a, Show a) => a -> ShowS
- just :: MonadPlus m => Maybe a -> m a
- singleton :: a -> [a]
- chunk :: ByteString -> ByteString
- strict :: ByteString -> ByteString
Documentation
type DeviceName = String Source
type MkPseudoHeader = Int -> ByteString Source
Pseudo headers are constructed strictly.
showPaddedHex :: (Integral a, Show a) => a -> ShowS Source
Show a single hex number, padded with a leading 0.
chunk :: ByteString -> ByteString Source
Make a lazy bytestring from a strict one.
strict :: ByteString -> ByteString Source