| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.String.Transform
Documentation
Minimal complete definition
class ToByteStringStrict a where #
Minimal complete definition
Methods
toByteStringStrict :: a -> ByteString #
class ToByteStringLazy a where #
Minimal complete definition
Methods
toByteStringLazy :: a -> ByteString #