Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
class ToByteStringStrict a where Source #
toByteStringStrict :: a -> ByteString Source #
class ToByteStringLazy a where Source #
toByteStringLazy :: a -> ByteString Source #
class ToTextStrict a where Source #
toTextStrict :: a -> Text Source #
class ToTextLazy a where Source #
toTextLazy :: a -> Text Source #