attoparsec-0.14.4: Fast combinator parsing for bytestrings and text
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Attoparsec.Internal.Compat

Documentation

withPS :: ByteString -> (ForeignPtr Word8 -> Int -> Int -> r) -> r Source #

mkPS :: ForeignPtr Word8 -> Int -> Int -> ByteString Source #