hakyll-4.12.2.0: A static website compiler library

Safe HaskellNone
LanguageHaskell2010

Hakyll.Core.Writable

Description

Describes writable items; items that can be saved to the disk

Synopsis

Documentation

class Writable a where Source #

Describes an item that can be saved to the disk

Minimal complete definition

write

Methods

write :: FilePath -> Item a -> IO () Source #

Save an item to the given filepath