yu-utils-0.1.1.0: Utils for Yu

Copyright(C) 2017-2018 Johann Lee <me@qinka.pro>
Maintainerme@qinka.pro
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe
LanguageHaskell2010

Yu.Import.ByteString.Lazy

Contents

Description

The reexport of the Data.ByteString.Lazy

Synopsis

the reexport modules

pack :: [Char] -> ByteString #

O(n) Convert a String into a ByteString.

unpack :: ByteString -> [Char] #

O(n) Converts a ByteString to a String.

the methods

read Source #

Arguments

:: Read a 
=> ByteString

string

-> a

item

the read method for Data.ByteString.Lazy.ByteString

show Source #

Arguments

:: Show a 
=> a

item

-> ByteString

string

the show method for Data.ByteString.Lazy.ByteString