Safe Haskell | None |
---|
Documentation
class Stringable a whereSource
fromString :: String -> aSource
toLazyText :: a -> TextSource
fromLazyText :: Text -> aSource
toByteString :: a -> ByteStringSource
fromByteString :: ByteString -> aSource
toLazyByteString :: a -> ByteStringSource
fromLazyByteString :: ByteString -> aSource
toFilePath :: a -> FilePathSource
fromFilePath :: FilePath -> aSource
class Stringable a => CStringable a whereSource