planet-mitchell-0.0.0: src/ByteString/Short.hs
module ByteString.Short
( -- * ShortByteString
ShortByteString
, toShort
, fromShort
, pack
, unpack
, empty
, null
, length
) where
import Data.ByteString.Short (ShortByteString, empty, fromShort, length, null,
pack, toShort, unpack)