Safe Haskell | None |
---|---|
Language | Haskell2010 |
Defines an interface for things that can be written to disk.
Documentation
class Writable m a where Source #
Class for things that can be saved.
Instances
AchilleIO m => Writable m ByteString Source # | |
Defined in Achille.Writable write :: FilePath -> ByteString -> m () Source # | |
AchilleIO m => Writable m ByteString Source # | |
Defined in Achille.Writable write :: FilePath -> ByteString -> m () Source # | |
AchilleIO m => Writable m Text Source # | |
AchilleIO m => Writable m Text Source # | |
AchilleIO m => Writable m [Char] Source # | |