hakyll-3.2.0.3: A static website compiler library
Hakyll.Core.Writable
Description
Describes writable items; items that can be saved to the disk
Synopsis
class Writable a whereSource
Describes an item that can be saved to the disk
Methods
write :: FilePath -> a -> IO ()Source
Save an item to the given filepath
Instances