wren-extras-2011.7.13: wren ng thornton's random collection of extras

Portabilityportable
Stabilityexperimental
Maintainerwren@community.haskell.org

Data.ByteString.Char8.Extras

Description

Some basic functions for quick hacking on ByteStrings.

Synopsis

Documentation

whileGetLine :: (ByteString -> IO ()) -> IO ()Source

Loop over each line in a file

recyclicate :: Int -> ByteString -> ByteStringSource

cycle + replicate