Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in bytestring

Are there monadic/applicative map (i.e. traverse/mapM) functions over ByteString or Text?

Replace newlines in ByteString

Faster ByteString construction tips

ByteString concatMap performance

IOUArray to ByteSring, as quickly as possible

Haskell ByteStrings - ending up with large file loaded into memory

ByteString assumes ISO-8859-1?

haskell bytestring

chunksOf analog for ByteString?

haskell bytestring

How to store recursive datatype with Data.Binary

How to create two ByteStrings calling this external library API?

haskell ffi bytestring

String -> ByteString and reverse

haskell bytestring

Difference between Data.ByteString and Data.ByteString.Char8

haskell bytestring

How can I get Ptr of a ByteString?

haskell bytestring

In Haskell, how can I replace an ASCII character sub-string in a ByteString?

haskell bytestring

Why can't I return a ByteString from a Handler in Yesod?

haskell yesod bytestring

Problem with bit swapping in Haskell

haskell bits bytestring

Why ByteString is not Vector Word8?

Frequency of characters

haskell bytestring

Haskell How to convert Char to Word8

haskell bytestring

Convert a Lazy ByteString to a strict ByteString