eternity-timestamped-0.2.5: Automatic timestamping for Eternity

Safe HaskellNone
LanguageHaskell2010

Eternity.Timestamped.Potoki.Consume

Synopsis

Documentation

writeToFile :: Serialize event => FilePath -> Consume (Timestamped event) (Either IOException ()) Source #

Same as writeToFile, only specialized to timestamped values.

writeToDir :: Serialize event => FilePath -> Consume (Timestamped event) (Either IOException ()) Source #

Same as writeToDir, only specialized to timestamped values.